Completed
Branch master (8963f2)
by David
03:47
created
Category
src/Service/Page/JsonFilesystemExporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * {@inheritdoc}
60 60
      */
61
-    public function setIdentifier(array $identifier = [])
61
+    public function setIdentifier(array $identifier = [ ])
62 62
     {
63 63
         $this->identifier = $identifier;
64 64
     }
Please login to merge, or discard this patch.
src/Service/Page/ExporterInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     /**
14 14
      * @param array $identifier
15 15
      */
16
-    public function setIdentifier(array $identifier = []);
16
+    public function setIdentifier(array $identifier = [ ]);
17 17
 
18 18
     /**
19 19
      * @return void
Please login to merge, or discard this patch.
src/Domain/Page/PageRepositoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      *
16 16
      * @return PageInterface[]
17 17
      */
18
-    public function find(array $ids = []);
18
+    public function find(array $ids = [ ]);
19 19
 
20 20
     /**
21 21
      * @param PageInterface $page
Please login to merge, or discard this patch.