Completed
Push — master ( 66f789...f393b7 )
by Barney
02:34 queued 10s
created
examples/example.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
 
24 24
 $arrayStorage = ImmutableArrayStorage::fromTraversable($objects);
25 25
 
26
-foreach($arrayStorage as $object) {
26
+foreach ($arrayStorage as $object) {
27 27
     echo $object->say();
28 28
 }
Please login to merge, or discard this patch.