File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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
5250return $config;
53-
5451```
You can’t perform that action at this time.
0 commit comments