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 afca284 commit 178ce22Copy full SHA for 178ce22
phpstan.src.neon.dist
@@ -13,5 +13,6 @@ parameters:
13
- "#should always throw an exception or terminate script execution#"
14
- "#Instantiated class [a-zA-Z0-9\\\\_]+ not found.#"
15
- "#Unsafe usage of new static#"
16
+ - "#has an uninitialized readonly property#"
17
excludePaths:
18
- "src/Illuminate/Testing/ParallelRunner.php"
0 commit comments