Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/CacheProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion lib/CacheTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion lib/Cacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/ArrayCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion tests/CacheableClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion tests/CacheableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down