Skip to content

Commit 8eb2774

Browse files
committed
Style CI
1 parent cacd0cd commit 8eb2774

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

FilesystemCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2016 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

Tests/CreatePoolTrait.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2016 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
1312
namespace Cache\Adapter\Filesystem\Tests;
1413

1514
use Cache\Adapter\Filesystem\FilesystemCachePool;

Tests/FilesystemCachePoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2016 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

Tests/IntegrationPoolTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2016 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
1312
namespace Cache\Adapter\Filesystem\Tests;
1413

1514
use Cache\IntegrationTests\CachePoolTest;

Tests/IntegrationTagTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2016 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.
1010
*/
1111

12-
1312
namespace Cache\Adapter\Filesystem\Tests;
1413

1514
use Cache\IntegrationTests\TaggableCachePoolTest;

0 commit comments

Comments
 (0)