Skip to content

Commit f4d6b69

Browse files
authored
Applied Style updates (#108)
* Applied fixes from Style CI and updated integration tests
1 parent 146f0e1 commit f4d6b69

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

ArrayCachePool.php

Lines changed: 2 additions & 1 deletion
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\PHPArray;
1314

1415
use Cache\Adapter\Common\AbstractCachePool;

Tests/ArrayCachePoolTest.php

Lines changed: 2 additions & 1 deletion
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\PHPArray\Tests;
1314

1415
use Cache\Adapter\PHPArray\ArrayCachePool;

Tests/CreatePoolTrait.php

Lines changed: 2 additions & 1 deletion
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\PHPArray\Tests;
1314

1415
use Cache\Adapter\PHPArray\ArrayCachePool;

Tests/IntegrationHierarchicalTest.php

Lines changed: 2 additions & 1 deletion
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\PHPArray\Tests;
1314

1415
use Cache\IntegrationTests\HierarchicalCachePoolTest;

Tests/IntegrationPoolTest.php

Lines changed: 2 additions & 1 deletion
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\PHPArray\Tests;
1314

1415
use Cache\IntegrationTests\CachePoolTest;

Tests/IntegrationTagTest.php

Lines changed: 2 additions & 1 deletion
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\PHPArray\Tests;
1314

1415
use Cache\IntegrationTests\TaggableCachePoolTest;

0 commit comments

Comments
 (0)