diff --git a/phpinsights.php b/phpinsights.php index e720fd8..839cb84 100644 --- a/phpinsights.php +++ b/phpinsights.php @@ -120,8 +120,5 @@ \SlevomatCodingStandard\Sniffs\TypeHints\PropertyTypeHintSniff::class => [ 'enableNativeTypeHint' => false, ], - \SlevomatCodingStandard\Sniffs\Functions\FunctionLengthSniff::class => [ - 'maxLinesLength' => 40, - ], ], ];