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;