Completed
Push — master ( 4a6305...d109f8 )
by Korotkov
07:59 queued 12s
created
src/Adapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,11 +30,11 @@
 block discarded – undo
30 30
 
31 31
     public function getFirst(): string
32 32
     {
33
-        return (string) $this->registry->getData()[0];
33
+        return (string)$this->registry->getData()[0];
34 34
     }
35 35
 
36 36
     public function getSecond(): string
37 37
     {
38
-        return (string) $this->registry->getData()[1];
38
+        return (string)$this->registry->getData()[1];
39 39
     }
40 40
 }
Please login to merge, or discard this patch.