Skip to content

Commit

Permalink
Merge branch '3.4' into 4.4
Browse files Browse the repository at this point in the history
* 3.4:
  Fix CS
  [Validator] Add Polish translation for ISIN constraint
  • Loading branch information
fabpot committed Aug 17, 2020
2 parents 7005da0 + 7e4a535 commit 768ae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store/CombinedStore.php
Expand Up @@ -29,8 +29,8 @@
*/
class CombinedStore implements StoreInterface, LoggerAwareInterface
{
use LoggerAwareTrait;
use ExpiringStoreTrait;
use LoggerAwareTrait;

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

0 comments on commit 768ae09

Please sign in to comment.