Skip to content

Commit c7e5ec6

Browse files
committed
styleci changes
1 parent b490eac commit c7e5ec6

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

src/Writer/EntityWriter.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
final class EntityWriter implements DataWriterInterface
1212
{
13-
public function __construct(private EntityManagerInterface $entityManager) {}
13+
public function __construct(private EntityManagerInterface $entityManager)
14+
{
15+
}
1416

1517
/**
1618
* @throws Throwable

tests/Support/NotSupportedFilter.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66

77
use Yiisoft\Data\Reader\FilterInterface;
88

9-
final class NotSupportedFilter implements FilterInterface {}
9+
final class NotSupportedFilter implements FilterInterface
10+
{
11+
}

tests/Support/StubFilter.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66

77
use Yiisoft\Data\Reader\FilterInterface;
88

9-
final class StubFilter implements FilterInterface {}
9+
final class StubFilter implements FilterInterface
10+
{
11+
}

0 commit comments

Comments
 (0)