Completed
Push — master ( 769561...12606b )
by max
03:32
created
src/Service/Deleter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * @param array $filter
52 52
      * @return EntityInterface[]|null
53 53
      */
54
-    public function deleteAll(array $filter = [])
54
+    public function deleteAll(array $filter = [ ])
55 55
     {
56 56
         $criteria = $this->repository->createCriteria($filter);
57 57
         $entities = $this->repository->findMany($criteria);
Please login to merge, or discard this patch.