We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d851cd3 commit b73fda4Copy full SHA for b73fda4
1 file changed
phpstan/phpstan.neon
@@ -22,3 +22,6 @@ parameters:
22
-
23
message: '#Access to an undefined property WebLoader\\Filter\\VariablesFilter::\$bar\.#'
24
path: %currentWorkingDirectory%/tests/Filter/VariablesFilterTest.php
25
+ -
26
+ message: '#Property WebLoader\\Nette\\Diagnostics\\Panel::\$root is never read, only written.#'
27
+ path: %currentWorkingDirectory%/src/Nette/Diagnostics/Panel.php
0 commit comments