Skip to content

Commit 982d8de

Browse files
committed
README.md: drop SlamCsFixer\NoUnneededFinalMethodFixer
1 parent 90c6e25 commit 982d8de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ $config->registerCustomFixers(array(
2828
new SlamCsFixer\FinalInternalClassFixer(),
2929
new SlamCsFixer\FunctionReferenceSpaceFixer(),
3030
new SlamCsFixer\InlineCommentSpacerFixer(),
31-
new SlamCsFixer\NoUnneededFinalMethodFixer(),
3231
new SlamCsFixer\PhpFileOnlyProxyFixer(new PhpCsFixer\Fixer\Basic\BracesFixer()),
3332
new SlamCsFixer\Utf8Fixer(),
3433
));
@@ -38,7 +37,6 @@ $this->setRules(array(
3837
'Slam/final_internal_class' => true,
3938
'Slam/function_reference_space' => true,
4039
'Slam/inline_comment_spacer' => true,
41-
'Slam/no_unneeded_final_method' => true,
4240
'Slam/php_only_braces' => true,
4341
'Slam/utf8' => true,
4442
));
@@ -50,5 +48,4 @@ $config->getFinder()
5048
;
5149

5250
return $config;
53-
5451
```

0 commit comments

Comments
 (0)