Completed
Push — master ( 225b3e...e93b38 )
by Ítalo
07:32 queued 03:38
created
src/Dictionary.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     {
95 95
         $key = array_search($element, $this->container);
96 96
 
97
-        if(false === $key) {
97
+        if (false === $key) {
98 98
             throw new \OutOfBoundsException('No element found in the collection ');
99 99
         }
100 100
 
Please login to merge, or discard this patch.