Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed May 17, 2024
1 parent 9834910 commit 35549a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Tests/Session/Storage/PhpBridgeSessionStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ protected function tearDown(): void
@rmdir($this->savePath);
}

$this->savePath = null;
ini_set('session.save_handler', $this->initialSessionSaveHandler);
ini_set('session.save_path', $this->initialSessionSavePath);
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Session/Storage/Proxy/AbstractProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class AbstractProxyTest extends TestCase
{
protected MockObject&AbstractProxy $proxy;
protected AbstractProxy $proxy;

protected function setUp(): void
{
Expand Down

0 comments on commit 35549a7

Please sign in to comment.