Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jan 5, 2021
1 parent 05ab7c8 commit ad8baff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Store/PostgreSqlDbalStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
*/
class PostgreSqlDbalStoreTest extends AbstractStoreTest
{
use SharedLockStoreTestTrait;
use BlockingStoreTestTrait;
use SharedLockStoreTestTrait;

/**
* {@inheritdoc}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Store/PostgreSqlStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
*/
class PostgreSqlStoreTest extends AbstractStoreTest
{
use SharedLockStoreTestTrait;
use BlockingStoreTestTrait;
use SharedLockStoreTestTrait;

/**
* {@inheritdoc}
Expand Down

0 comments on commit ad8baff

Please sign in to comment.