Skip to content

Commit 1d0e7d7

Browse files
phpstan, cs
1 parent 2d007f8 commit 1d0e7d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ parameters:
9494
message: "#^Call to an undefined method Symfony\\\\Contracts\\\\EventDispatcher\\\\EventDispatcherInterface\\:\\:addListener\\(\\)\\.$#"
9595
count: 1
9696
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function register(): void
3535
* @param resource $in
3636
* @param resource $out
3737
* @param int &$consumed
38-
* @param bool $closing
3938
*
4039
* @return int PSFS_PASS_ON
4140
*

0 commit comments

Comments
 (0)