Completed
Push — master ( 64613b...b4bffd )
by Stéphane
02:29
created
src/Walker.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -157,6 +157,9 @@
 block discarded – undo
157 157
         }
158 158
     }
159 159
 
160
+    /**
161
+     * @param stdClass $item
162
+     */
160 163
     private function isLooping($item, array &$stack)
161 164
     {
162 165
         $isKnown = false;
Please login to merge, or discard this patch.
src/Utils.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,9 +91,9 @@
 block discarded – undo
91 91
 
92 92
         if (json_last_error() !== JSON_ERROR_NONE) {
93 93
             throw new JsonDecodeException(sprintf(
94
-               'Cannot decode JSON from file "%s" (error: %s)',
95
-               $filePath,
96
-               static::lastJsonErrorMessage()
94
+                'Cannot decode JSON from file "%s" (error: %s)',
95
+                $filePath,
96
+                static::lastJsonErrorMessage()
97 97
             ));
98 98
         }
99 99
 
Please login to merge, or discard this patch.