Completed
Push — master ( 0bff2a...da4da2 )
by Nate
03:00
created
src/Internal/JsonObjectIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function __construct(JsonObject $jsonObject)
24 24
     {
25
-        foreach($jsonObject as $key => $value) {
25
+        foreach ($jsonObject as $key => $value) {
26 26
             $this->queue[] = [$key, $value];
27 27
             $this->total++;
28 28
         }
Please login to merge, or discard this patch.