Skip to content

Commit

Permalink
Update rule ref for long functions sniff pt 2 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Sep 30, 2024
1 parent 884eacf commit 5224a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Visitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
use PhpParser\Node\Stmt\Return_ as Stmt_Return;
use StubsGenerator\NodeVisitor;

// phpcs:disable NeutronStandard.Functions.LongFunction.LongFunction,NeutronStandard.Functions.TypeHint.NoReturnType
// phpcs:disable SlevomatCodingStandard.Functions.FunctionLength.FunctionLength,NeutronStandard.Functions.TypeHint.NoReturnType

class Visitor extends NodeVisitor
{
Expand Down
2 changes: 1 addition & 1 deletion src/WordPressTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace PhpStubs\WordPress\Core;

// phpcs:disable NeutronStandard.Functions.LongFunction.LongFunction
// phpcs:disable SlevomatCodingStandard.Functions.FunctionLength.FunctionLength

final class WordPressTag extends WithChildren
{
Expand Down

0 comments on commit 5224a37

Please sign in to comment.