We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb43c7 commit 933c4d2Copy full SHA for 933c4d2
1 file changed
phpstan.neon.dist
@@ -7,7 +7,7 @@ parameters:
7
checkMissingIterableValueType: false
8
paths:
9
- class-wp-bootstrap-navwalker.php
10
- autoload_files:
+ scanFiles:
11
- tests/phpstan/class-wp-nav-menu-args.php
12
- tests/phpstan/class-wp-nav-menu-item.php
13
@@ -22,3 +22,7 @@ parameters:
22
-
23
message: '#^Method WP_Bootstrap_Navwalker::(start_lvl|start_el)\(\) has no return typehint specified\.$#'
24
path: class-wp-bootstrap-navwalker.php
25
+ # Uncertain properties.
26
+ -
27
+ message: '#^Property WP_Nav_Menu_Args::\$\S+ \(string\) in isset\(\) is not nullable\.$#'
28
+ path: class-wp-bootstrap-navwalker.php
0 commit comments