Skip to content

Commit

Permalink
Discard changes to src/Rules/UnusedPublicClassMethodRule.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Dec 23, 2024
1 parent 3424976 commit 3c2b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/UnusedPublicClassMethodRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @api
*/
public const ERROR_MESSAGE = 'Method "%s::%s()" is never used';
public const ERROR_MESSAGE = 'Public method "%s::%s()" is never used';

public function __construct(
private Configuration $configuration,
Expand Down

0 comments on commit 3c2b216

Please sign in to comment.