Completed
Pull Request — master (#2)
by Emily
02:10
created
src/Model/Collection/AbstractSet.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
         if ($offset === null)
30 30
         {
31 31
             $this->push($value);
32
-        }
33
-        else
32
+        } else
34 33
         {
35 34
             throw new \Exception();
36 35
         }
Please login to merge, or discard this patch.