Completed
Push — master ( 885f9f...ea2537 )
by Korotkov
10:58 queued 01:29
created
src/RegistryAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      */
52 52
     public function getFirst(): string
53 53
     {
54
-        return (string) $this->registry->getData()[0];
54
+        return (string)$this->registry->getData()[0];
55 55
     }
56 56
 
57 57
     /**
@@ -59,6 +59,6 @@  discard block
 block discarded – undo
59 59
      */
60 60
     public function getSecond(): string
61 61
     {
62
-        return (string) $this->registry->getData()[1];
62
+        return (string)$this->registry->getData()[1];
63 63
     }
64 64
 }
Please login to merge, or discard this patch.