Completed
Push — master ( cf7c8a...77c8a5 )
by Nate
02:37
created
src/Segment/SegmentInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,13 +20,13 @@
 block discarded – undo
20 20
      * @param array $config
21 21
      * @return ResponseInterface
22 22
      */
23
-    public function run(array $config = []): ResponseInterface;
23
+    public function run(array $config = [ ]): ResponseInterface;
24 24
 
25 25
     /**
26 26
      * @param array $config
27 27
      * @return ResponseInterface
28 28
      */
29
-    public function __invoke(array $config = []): ResponseInterface;
29
+    public function __invoke(array $config = [ ]): ResponseInterface;
30 30
 
31 31
     /**
32 32
      * @param string $key
Please login to merge, or discard this patch.