Skip to content

Commit 7498c7b

Browse files
NyholmStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 8cc68ab commit 7498c7b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/Psr6SessionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of php-cache\cache-bundle package.
4+
* This file is part of php-cache\session-handler package.
55
*
66
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*

tests/Psr6SessionHandlerTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of php-cache\doctrine-bridge package.
4+
* This file is part of php-cache\session-handler package.
55
*
66
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
@@ -40,7 +40,7 @@ protected function setUp()
4040
{
4141
parent::setUp();
4242

43-
$this->mock = m::mock(CacheItemPoolInterface::class);
43+
$this->mock = m::mock(CacheItemPoolInterface::class);
4444
$this->handler = new Psr6SessionHandler($this->mock);
4545

4646
$this->itemMock = m::mock(CacheItemInterface::class);
@@ -68,16 +68,13 @@ public function testGc()
6868

6969
public function testRead()
7070
{
71-
7271
}
7372

7473
public function testWrite()
7574
{
76-
7775
}
7876

7977
public function testDestroy()
8078
{
81-
8279
}
8380
}

0 commit comments

Comments
 (0)