Skip to content

Commit 5224a37

Browse files
authored
Update rule ref for long functions sniff pt 2 (#238)
1 parent 884eacf commit 5224a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Visitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
use PhpParser\Node\Stmt\Return_ as Stmt_Return;
3232
use StubsGenerator\NodeVisitor;
3333

34-
// phpcs:disable NeutronStandard.Functions.LongFunction.LongFunction,NeutronStandard.Functions.TypeHint.NoReturnType
34+
// phpcs:disable SlevomatCodingStandard.Functions.FunctionLength.FunctionLength,NeutronStandard.Functions.TypeHint.NoReturnType
3535

3636
class Visitor extends NodeVisitor
3737
{

src/WordPressTag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace PhpStubs\WordPress\Core;
66

7-
// phpcs:disable NeutronStandard.Functions.LongFunction.LongFunction
7+
// phpcs:disable SlevomatCodingStandard.Functions.FunctionLength.FunctionLength
88

99
final class WordPressTag extends WithChildren
1010
{

0 commit comments

Comments
 (0)