Completed
Pull Request — master (#2)
by ARCANEDEV
16:41
created
src/Json.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     /**
124 124
      * Set path.
125 125
      *
126
-     * @param  mixed  $path
126
+     * @param  string  $path
127 127
      *
128 128
      * @return self
129 129
      */
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
      * @param  array   $items
273 273
      * @param  string  $path
274 274
      *
275
-     * @return bool
275
+     * @return integer
276 276
      */
277 277
     public function update(array $items, $path = null)
278 278
     {
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
      *
285 285
      * @param  string|null  $path
286 286
      *
287
-     * @return bool
287
+     * @return integer
288 288
      */
289 289
     public function save($path = null)
290 290
     {
Please login to merge, or discard this patch.