Skip to content

Commit 65a5f87

Browse files
authored
Applied Style updates (#108)
* Applied fixes from Style CI and updated integration tests
1 parent 79631e2 commit 65a5f87

5 files changed

+10
-5
lines changed

FilesystemCachePool.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015-2016 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+
1213
namespace Cache\Adapter\Filesystem;
1314

1415
use Cache\Adapter\Common\AbstractCachePool;

Tests/CreatePoolTrait.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015-2016 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+
1213
namespace Cache\Adapter\Filesystem\Tests;
1314

1415
use Cache\Adapter\Filesystem\FilesystemCachePool;

Tests/FilesystemCachePoolTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015-2016 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+
1213
namespace Cache\Adapter\Filesystem\Tests;
1314

1415
/**

Tests/IntegrationPoolTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015-2016 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+
1213
namespace Cache\Adapter\Filesystem\Tests;
1314

1415
use Cache\IntegrationTests\CachePoolTest;

Tests/IntegrationTagTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
/*
44
* This file is part of php-cache organization.
55
*
6-
* (c) 2015-2015 Aaron Scherer <[email protected]>, Tobias Nyholm <[email protected]>
6+
* (c) 2015-2016 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+
1213
namespace Cache\Adapter\Filesystem\Tests;
1314

1415
use Cache\IntegrationTests\TaggableCachePoolTest;

0 commit comments

Comments
 (0)