Completed
Push — master ( 44b103...5bf1b6 )
by Riikka
02:48
created
src/AbstractJsonEncoder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -138,6 +138,9 @@  discard block
 block discarded – undo
138 138
         }
139 139
     }
140 140
 
141
+    /**
142
+     * @param boolean $isObject
143
+     */
141 144
     private function processStack(\Generator $generator, $isObject)
142 145
     {
143 146
         if ($isObject) {
@@ -252,6 +255,9 @@  discard block
 block discarded – undo
252 255
         $this->output($encoded, $token);
253 256
     }
254 257
 
258
+    /**
259
+     * @param string $string
260
+     */
255 261
     private function outputLine($string, $token)
256 262
     {
257 263
         $this->output($string, $token);
Please login to merge, or discard this patch.