Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  fix merge
  fix merge
  fix merge
  • Loading branch information
xabbuh committed May 17, 2024
2 parents cd42394 + 35549a7 commit 89a6bf3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Tests/Session/Storage/NativeSessionStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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
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 89a6bf3

Please sign in to comment.