Skip to content

Commit

Permalink
fix psr-4 naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Feb 4, 2021
1 parent 4416451 commit db9692f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config/debugbar_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ SilverStripe\Core\Injector\Injector:
proxied: '%$Psr\SimpleCache\CacheInterface.backend'
afterCall:
get:
- '%$LeKoala\DebugBar\Aspect\CacheAfterCallAspect'
- '%$LeKoala\DebugBar\Aspects\CacheAfterCallAspect'
2 changes: 1 addition & 1 deletion code/Aspects/CacheAfterCallAspect.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace LeKoala\DebugBar\Aspect;
namespace LeKoala\DebugBar\Aspects;

use LeKoala\DebugBar\Collector\PartialCacheCollector;
use SilverStripe\Core\Convert;
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/Aspects/CacheAfterCallAspectTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace LeKoala\DebugBar\Test\Aspect;
namespace LeKoala\DebugBar\Test\Aspects;

use LeKoala\DebugBar\Aspect\CacheAfterCallAspect;
use LeKoala\DebugBar\Aspects\CacheAfterCallAspect;
use LeKoala\DebugBar\Collector\PartialCacheCollector;
use Psr\SimpleCache\CacheInterface;
use SilverStripe\Core\Injector\AopProxyService;
Expand Down

0 comments on commit db9692f

Please sign in to comment.