Skip to content

Commit ad8baff

Browse files
committed
fix code style
1 parent 05ab7c8 commit ad8baff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Store/PostgreSqlDbalStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
*/
2525
class PostgreSqlDbalStoreTest extends AbstractStoreTest
2626
{
27-
use SharedLockStoreTestTrait;
2827
use BlockingStoreTestTrait;
28+
use SharedLockStoreTestTrait;
2929

3030
/**
3131
* {@inheritdoc}

Tests/Store/PostgreSqlStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
*/
2525
class PostgreSqlStoreTest extends AbstractStoreTest
2626
{
27-
use SharedLockStoreTestTrait;
2827
use BlockingStoreTestTrait;
28+
use SharedLockStoreTestTrait;
2929

3030
/**
3131
* {@inheritdoc}

0 commit comments

Comments
 (0)