We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d007f8 commit 1d0e7d7Copy full SHA for 1d0e7d7
phpstan-baseline.neon
@@ -94,3 +94,8 @@ parameters:
94
message: "#^Call to an undefined method Symfony\\\\Contracts\\\\EventDispatcher\\\\EventDispatcherInterface\\:\\:addListener\\(\\)\\.$#"
95
count: 1
96
path: tests/Unit/VCRTest.php
97
+
98
+ -
99
+ message: "#^Unreachable statement - code above always terminates.#"
100
+ count: 3
101
+ path: tests/Integration/Soap/ExampleSoapClientTest.php
src/VCR/CodeTransform/AbstractCodeTransform.php
@@ -35,7 +35,6 @@ public function register(): void
35
* @param resource $in
36
* @param resource $out
37
* @param int &$consumed
38
- * @param bool $closing
39
*
40
* @return int PSFS_PASS_ON
41
0 commit comments