From 34214d00f7f40d2ecfb8ef7356409b34baf26c00 Mon Sep 17 00:00:00 2001 From: Sascha Schimke Date: Sun, 21 Feb 2016 08:49:29 -0500 Subject: [PATCH] Applied fixes from StyleCI --- lib/CacheProxy.php | 1 - lib/CacheTrait.php | 1 - lib/Cacheable.php | 1 - tests/ArrayCache.php | 1 - tests/CacheableClass.php | 1 - tests/CacheableTest.php | 1 - 6 files changed, 6 deletions(-) diff --git a/lib/CacheProxy.php b/lib/CacheProxy.php index c29df66..aa35398 100644 --- a/lib/CacheProxy.php +++ b/lib/CacheProxy.php @@ -8,7 +8,6 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - namespace Sci\Cacheable; use Doctrine\Common\Cache\Cache; diff --git a/lib/CacheTrait.php b/lib/CacheTrait.php index d7ae7ce..9013029 100644 --- a/lib/CacheTrait.php +++ b/lib/CacheTrait.php @@ -8,7 +8,6 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - namespace Sci\Cacheable; use Doctrine\Common\Cache\Cache; diff --git a/lib/Cacheable.php b/lib/Cacheable.php index 09e0985..36c618a 100644 --- a/lib/Cacheable.php +++ b/lib/Cacheable.php @@ -8,7 +8,6 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - namespace Sci\Cacheable; /** diff --git a/tests/ArrayCache.php b/tests/ArrayCache.php index 2b97091..c01d296 100644 --- a/tests/ArrayCache.php +++ b/tests/ArrayCache.php @@ -8,7 +8,6 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - namespace Sci\Tests\Cacheable; use Doctrine\Common\Cache\ArrayCache as BaseArrayCache; diff --git a/tests/CacheableClass.php b/tests/CacheableClass.php index 2fed267..6c087f8 100644 --- a/tests/CacheableClass.php +++ b/tests/CacheableClass.php @@ -8,7 +8,6 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - namespace Sci\Tests\Cacheable; use Sci\Cacheable\Cacheable; diff --git a/tests/CacheableTest.php b/tests/CacheableTest.php index 412a904..0fa39e9 100644 --- a/tests/CacheableTest.php +++ b/tests/CacheableTest.php @@ -8,7 +8,6 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - namespace Sci\Tests\Cacheable; use Sci\Cacheable\CacheProxy;