From 233960e9e82a2d41e50520c8fb5f4415a8b91378 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 31 Jul 2017 20:01:31 +0000 Subject: [PATCH 1/2] Apply fixes from StyleCI --- src/Bridge/SymfonyValidatorBridge.php | 2 +- src/Cache/FixedTaggingCachePool.php | 2 +- src/CacheBundle.php | 2 +- src/Command/CacheFlushCommand.php | 2 +- src/DataCollector/CacheDataCollector.php | 2 +- src/DataCollector/CacheProxyInterface.php | 2 +- src/DataCollector/DecoratingFactory.php | 2 +- src/DataCollector/ProxyFactory.php | 2 +- src/DataCollector/TraceableAdapterEvent.php | 2 +- src/DependencyInjection/CacheExtension.php | 2 +- src/DependencyInjection/Compiler/CacheTaggingPass.php | 2 +- src/DependencyInjection/Compiler/DataCollectorCompilerPass.php | 2 +- src/DependencyInjection/Compiler/DoctrineCompilerPass.php | 2 +- src/DependencyInjection/Compiler/LoggerPass.php | 2 +- src/DependencyInjection/Compiler/SessionSupportCompilerPass.php | 2 +- src/DependencyInjection/Configuration.php | 2 +- src/Factory/DoctrineBridgeFactory.php | 2 +- src/Factory/RouterFactory.php | 2 +- src/Factory/SessionHandlerFactory.php | 2 +- src/Factory/ValidationFactory.php | 2 +- src/KeyNormalizer.php | 2 +- src/Resources/proxy/template.php | 2 +- src/Routing/CachingRouter.php | 2 +- tests/Functional/BundleInitializationTest.php | 2 +- tests/Unit/ContainerTest.php | 2 +- tests/Unit/DependencyInjection/CacheExtensionTest.php | 2 +- tests/Unit/KeyNormalizerTest.php | 2 +- tests/Unit/TestCase.php | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/Bridge/SymfonyValidatorBridge.php b/src/Bridge/SymfonyValidatorBridge.php index 63fe470..b4f4411 100644 --- a/src/Bridge/SymfonyValidatorBridge.php +++ b/src/Bridge/SymfonyValidatorBridge.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Cache/FixedTaggingCachePool.php b/src/Cache/FixedTaggingCachePool.php index 423531f..1d97d95 100644 --- a/src/Cache/FixedTaggingCachePool.php +++ b/src/Cache/FixedTaggingCachePool.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/CacheBundle.php b/src/CacheBundle.php index 65cb7c3..63d2f4e 100644 --- a/src/CacheBundle.php +++ b/src/CacheBundle.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Command/CacheFlushCommand.php b/src/Command/CacheFlushCommand.php index 4f85655..62c7d53 100644 --- a/src/Command/CacheFlushCommand.php +++ b/src/Command/CacheFlushCommand.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DataCollector/CacheDataCollector.php b/src/DataCollector/CacheDataCollector.php index 3302c4c..975eb2a 100644 --- a/src/DataCollector/CacheDataCollector.php +++ b/src/DataCollector/CacheDataCollector.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DataCollector/CacheProxyInterface.php b/src/DataCollector/CacheProxyInterface.php index e1d395a..13bf6bb 100644 --- a/src/DataCollector/CacheProxyInterface.php +++ b/src/DataCollector/CacheProxyInterface.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DataCollector/DecoratingFactory.php b/src/DataCollector/DecoratingFactory.php index 84e2824..52e4b96 100644 --- a/src/DataCollector/DecoratingFactory.php +++ b/src/DataCollector/DecoratingFactory.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DataCollector/ProxyFactory.php b/src/DataCollector/ProxyFactory.php index 986cf0e..78cf4bb 100644 --- a/src/DataCollector/ProxyFactory.php +++ b/src/DataCollector/ProxyFactory.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DataCollector/TraceableAdapterEvent.php b/src/DataCollector/TraceableAdapterEvent.php index ab3c799..b9b613e 100644 --- a/src/DataCollector/TraceableAdapterEvent.php +++ b/src/DataCollector/TraceableAdapterEvent.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DependencyInjection/CacheExtension.php b/src/DependencyInjection/CacheExtension.php index 5902c69..3c8e363 100644 --- a/src/DependencyInjection/CacheExtension.php +++ b/src/DependencyInjection/CacheExtension.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DependencyInjection/Compiler/CacheTaggingPass.php b/src/DependencyInjection/Compiler/CacheTaggingPass.php index 3fa7949..b583a1d 100644 --- a/src/DependencyInjection/Compiler/CacheTaggingPass.php +++ b/src/DependencyInjection/Compiler/CacheTaggingPass.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DependencyInjection/Compiler/DataCollectorCompilerPass.php b/src/DependencyInjection/Compiler/DataCollectorCompilerPass.php index b82b952..33e9525 100644 --- a/src/DependencyInjection/Compiler/DataCollectorCompilerPass.php +++ b/src/DependencyInjection/Compiler/DataCollectorCompilerPass.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DependencyInjection/Compiler/DoctrineCompilerPass.php b/src/DependencyInjection/Compiler/DoctrineCompilerPass.php index b66fb33..2780c2b 100644 --- a/src/DependencyInjection/Compiler/DoctrineCompilerPass.php +++ b/src/DependencyInjection/Compiler/DoctrineCompilerPass.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DependencyInjection/Compiler/LoggerPass.php b/src/DependencyInjection/Compiler/LoggerPass.php index c567f52..98bd524 100644 --- a/src/DependencyInjection/Compiler/LoggerPass.php +++ b/src/DependencyInjection/Compiler/LoggerPass.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DependencyInjection/Compiler/SessionSupportCompilerPass.php b/src/DependencyInjection/Compiler/SessionSupportCompilerPass.php index fc2b3bc..be2bcb1 100644 --- a/src/DependencyInjection/Compiler/SessionSupportCompilerPass.php +++ b/src/DependencyInjection/Compiler/SessionSupportCompilerPass.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index 4f02e4c..60b3951 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Factory/DoctrineBridgeFactory.php b/src/Factory/DoctrineBridgeFactory.php index a1982a5..c1805b8 100644 --- a/src/Factory/DoctrineBridgeFactory.php +++ b/src/Factory/DoctrineBridgeFactory.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Factory/RouterFactory.php b/src/Factory/RouterFactory.php index c5cab3d..28d718d 100644 --- a/src/Factory/RouterFactory.php +++ b/src/Factory/RouterFactory.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Factory/SessionHandlerFactory.php b/src/Factory/SessionHandlerFactory.php index 1fd31a2..26b9190 100644 --- a/src/Factory/SessionHandlerFactory.php +++ b/src/Factory/SessionHandlerFactory.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Factory/ValidationFactory.php b/src/Factory/ValidationFactory.php index a285714..633a4fe 100644 --- a/src/Factory/ValidationFactory.php +++ b/src/Factory/ValidationFactory.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/KeyNormalizer.php b/src/KeyNormalizer.php index 7507e47..6914995 100644 --- a/src/KeyNormalizer.php +++ b/src/KeyNormalizer.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Resources/proxy/template.php b/src/Resources/proxy/template.php index e350c8c..c222632 100644 --- a/src/Resources/proxy/template.php +++ b/src/Resources/proxy/template.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Routing/CachingRouter.php b/src/Routing/CachingRouter.php index 4e4fc8c..3f41799 100644 --- a/src/Routing/CachingRouter.php +++ b/src/Routing/CachingRouter.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Functional/BundleInitializationTest.php b/tests/Functional/BundleInitializationTest.php index 3c68720..a0a935e 100644 --- a/tests/Functional/BundleInitializationTest.php +++ b/tests/Functional/BundleInitializationTest.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Unit/ContainerTest.php b/tests/Unit/ContainerTest.php index 9016d09..ee018b9 100755 --- a/tests/Unit/ContainerTest.php +++ b/tests/Unit/ContainerTest.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Unit/DependencyInjection/CacheExtensionTest.php b/tests/Unit/DependencyInjection/CacheExtensionTest.php index b7259de..6714fdf 100755 --- a/tests/Unit/DependencyInjection/CacheExtensionTest.php +++ b/tests/Unit/DependencyInjection/CacheExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Unit/KeyNormalizerTest.php b/tests/Unit/KeyNormalizerTest.php index 088741b..87b24a8 100644 --- a/tests/Unit/KeyNormalizerTest.php +++ b/tests/Unit/KeyNormalizerTest.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Unit/TestCase.php b/tests/Unit/TestCase.php index f79935f..413f59d 100755 --- a/tests/Unit/TestCase.php +++ b/tests/Unit/TestCase.php @@ -3,7 +3,7 @@ /* * This file is part of php-cache\cache-bundle package. * - * (c) 2015-2015 Aaron Scherer , Tobias Nyholm + * (c) 2015 Aaron Scherer , Tobias Nyholm * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. From 0f9c4d9eb02405f491942504ce9203d17f2daacf Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 31 Jul 2017 22:02:03 +0200 Subject: [PATCH 2/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f166f6e..82f8fee 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Aaron Scherer +Copyright (c) 2015 Aaron Scherer, Tobias Nyholm Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal