Skip to content

Commit 9f5089a

Browse files
authored
Ignore Generic.PHP.ForbiddenFunctions (#236)
1 parent faa664c commit 9f5089a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.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\Tests;
66

7-
// phpcs:disable Squiz.PHP.DiscouragedFunctions
7+
// phpcs:disable Generic.PHP.ForbiddenFunctions
88
define('OBJECT', 'OBJECT');
99
define('ARRAY_A', 'ARRAY_A');
1010
define('ARRAY_N', 'ARRAY_N');

0 commit comments

Comments
 (0)