Skip to content

Commit daee485

Browse files
committed
Cleanup
1 parent 8c73879 commit daee485

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

SlevomatCodingStandard/Sniffs/Files/FunctionLengthSniff.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
namespace SlevomatCodingStandard\Sniffs\Files;
44

5-
use SlevomatCodingStandard\Sniffs\Functions\FunctionLengthSniff as BaseFunctionLengthSniff;
6-
75
/**
8-
* phpcs:disable
9-
*
106
* @codeCoverageIgnore
117
*/
12-
final class FunctionLengthSniff extends BaseFunctionLengthSniff
8+
final class FunctionLengthSniff extends \SlevomatCodingStandard\Sniffs\Functions\FunctionLengthSniff
139
{
10+
1411
}

0 commit comments

Comments
 (0)