Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 17, 2020
1 parent 34ccf3b commit 7e4a535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store/CombinedStore.php
Expand Up @@ -28,8 +28,8 @@
*/
class CombinedStore implements StoreInterface, LoggerAwareInterface
{
use LoggerAwareTrait;
use ExpiringStoreTrait;
use LoggerAwareTrait;

/** @var StoreInterface[] */
private $stores;
Expand Down

0 comments on commit 7e4a535

Please sign in to comment.