Completed
Branch master (a803f8)
by Dominik
02:24
created
Category
src/RepositoryInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      *
26 26
      * @return ModelInterface[]array
27 27
      */
28
-    public function findBy(array $criteria = []): array;
28
+    public function findBy(array $criteria = [ ]): array;
29 29
 
30 30
     /**
31 31
      * @param array $criteria
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      *
35 35
      * @throws NotUniqueException
36 36
      */
37
-    public function findOneBy(array $criteria = []);
37
+    public function findOneBy(array $criteria = [ ]);
38 38
 
39 39
     /**
40 40
      * @param ModelInterface $model
Please login to merge, or discard this patch.