Skip to content

Commit

Permalink
README.md: drop SlamCsFixer\NoUnneededFinalMethodFixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Aug 22, 2017
1 parent 90c6e25 commit 982d8de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ $config->registerCustomFixers(array(
new SlamCsFixer\FinalInternalClassFixer(),
new SlamCsFixer\FunctionReferenceSpaceFixer(),
new SlamCsFixer\InlineCommentSpacerFixer(),
new SlamCsFixer\NoUnneededFinalMethodFixer(),
new SlamCsFixer\PhpFileOnlyProxyFixer(new PhpCsFixer\Fixer\Basic\BracesFixer()),
new SlamCsFixer\Utf8Fixer(),
));
Expand All @@ -38,7 +37,6 @@ $this->setRules(array(
'Slam/final_internal_class' => true,
'Slam/function_reference_space' => true,
'Slam/inline_comment_spacer' => true,
'Slam/no_unneeded_final_method' => true,
'Slam/php_only_braces' => true,
'Slam/utf8' => true,
));
Expand All @@ -50,5 +48,4 @@ $config->getFinder()
;

return $config;

```

0 comments on commit 982d8de

Please sign in to comment.