Skip to content

Commit 7e4a535

Browse files
committed
Fix CS
1 parent 34ccf3b commit 7e4a535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/CombinedStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
*/
2929
class CombinedStore implements StoreInterface, LoggerAwareInterface
3030
{
31-
use LoggerAwareTrait;
3231
use ExpiringStoreTrait;
32+
use LoggerAwareTrait;
3333

3434
/** @var StoreInterface[] */
3535
private $stores;

0 commit comments

Comments
 (0)