Skip to content

Commit 35549a7

Browse files
committed
fix merge
1 parent 9834910 commit 35549a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Tests/Session/Storage/PhpBridgeSessionStorageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ protected function tearDown(): void
5151
@rmdir($this->savePath);
5252
}
5353

54-
$this->savePath = null;
5554
ini_set('session.save_handler', $this->initialSessionSaveHandler);
5655
ini_set('session.save_path', $this->initialSessionSavePath);
5756
}

Tests/Session/Storage/Proxy/AbstractProxyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class AbstractProxyTest extends TestCase
2525
{
26-
protected MockObject&AbstractProxy $proxy;
26+
protected AbstractProxy $proxy;
2727

2828
protected function setUp(): void
2929
{

0 commit comments

Comments
 (0)