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 884eacf commit 5224a37Copy full SHA for 5224a37
src/Visitor.php
@@ -31,7 +31,7 @@
31
use PhpParser\Node\Stmt\Return_ as Stmt_Return;
32
use StubsGenerator\NodeVisitor;
33
34
-// phpcs:disable NeutronStandard.Functions.LongFunction.LongFunction,NeutronStandard.Functions.TypeHint.NoReturnType
+// phpcs:disable SlevomatCodingStandard.Functions.FunctionLength.FunctionLength,NeutronStandard.Functions.TypeHint.NoReturnType
35
36
class Visitor extends NodeVisitor
37
{
src/WordPressTag.php
@@ -4,7 +4,7 @@
4
5
namespace PhpStubs\WordPress\Core;
6
7
-// phpcs:disable NeutronStandard.Functions.LongFunction.LongFunction
+// phpcs:disable SlevomatCodingStandard.Functions.FunctionLength.FunctionLength
8
9
final class WordPressTag extends WithChildren
10
0 commit comments