Skip to content

Commit cee3316

Browse files
committed
Style CI
1 parent f4a3fda commit cee3316

7 files changed

Lines changed: 7 additions & 9 deletions

TaggableItemInterface.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 <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
6+
* (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

TaggablePSR6ItemAdapter.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 <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
6+
* (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

TaggablePSR6PoolAdapter.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 <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
6+
* (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

TaggablePoolInterface.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 <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
6+
* (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

TaggablePoolTrait.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 <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
6+
* (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
77
*
88
* This source file is subject to the MIT license that is bundled
99
* with this source code in the file LICENSE.

Tests/SameTagPoolTaggablePSR6AdapterTest.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 <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
6+
* (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
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\Taggable\Tests;
1413

1514
use Cache\IntegrationTests\TaggableCachePoolTest;

Tests/SeparateTagPoolPSR6AdapterTest.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 <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
6+
* (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
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\Taggable\Tests;
1413

1514
use Cache\IntegrationTests\TaggableCachePoolTest;

0 commit comments

Comments
 (0)