Browse Source

Fix PHPStan.

mscherer 2 years ago
parent
commit
2fb9fec550
1 changed files with 4 additions and 1 deletions
  1. 4 1
      phpstan-baseline.neon

+ 4 - 1
phpstan-baseline.neon

@@ -14,7 +14,10 @@ parameters:
 			message: "#^Property Cake\\\\Console\\\\ConsoleInput\\:\\:\\$_input \\(resource\\) in isset\\(\\) is not nullable\\.$#"
 			count: 1
 			path: src/Console/ConsoleInput.php
-
+		-
+			message: "#^Property Cake\\\\Console\\\\ConsoleOutput\\:\\:\\$_output \\(resource\\) in isset\\(\\) is not nullable\\.$#"
+			count: 1
+			path: src/Console/ConsoleOutput.php
 		-
 			message: "#^Unsafe usage of new static\\(\\)\\.$#"
 			count: 2