We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c73879 commit daee485Copy full SHA for daee485
SlevomatCodingStandard/Sniffs/Files/FunctionLengthSniff.php
@@ -2,13 +2,10 @@
2
3
namespace SlevomatCodingStandard\Sniffs\Files;
4
5
-use SlevomatCodingStandard\Sniffs\Functions\FunctionLengthSniff as BaseFunctionLengthSniff;
6
-
7
/**
8
- * phpcs:disable
9
- *
10
* @codeCoverageIgnore
11
*/
12
-final class FunctionLengthSniff extends BaseFunctionLengthSniff
+final class FunctionLengthSniff extends \SlevomatCodingStandard\Sniffs\Functions\FunctionLengthSniff
13
{
+
14
}
0 commit comments