1 parent b490eac commit c7e5ec6Copy full SHA for c7e5ec6
3 files changed
src/Writer/EntityWriter.php
@@ -10,7 +10,9 @@
10
11
final class EntityWriter implements DataWriterInterface
12
{
13
- public function __construct(private EntityManagerInterface $entityManager) {}
+ public function __construct(private EntityManagerInterface $entityManager)
14
+ {
15
+ }
16
17
/**
18
* @throws Throwable
tests/Support/NotSupportedFilter.php
@@ -6,4 +6,6 @@
6
7
use Yiisoft\Data\Reader\FilterInterface;
8
9
-final class NotSupportedFilter implements FilterInterface {}
+final class NotSupportedFilter implements FilterInterface
+{
+}
tests/Support/StubFilter.php
-final class StubFilter implements FilterInterface {}
+final class StubFilter implements FilterInterface
0 commit comments