Completed
Push — master ( f93faf...5af85c )
by Michael
02:06
created
src/functions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
      *
14 14
      * @param string $path    the file path
15 15
      * @param bool   $assoc   returned objects will be converted into associative arrays
16
-     * @param int    $options bitmask of `json_decode` options
17 16
      *
18 17
      * @return mixed the value encoded in json in appropriate PHP type
19 18
      *
Please login to merge, or discard this patch.
src/JsonDecodeFile.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,6 @@
 block discarded – undo
66 66
      *
67 67
      * @param string $path    the file path
68 68
      * @param bool   $assoc   returned objects will be converted into associative arrays
69
-     * @param int    $options bitmask of `json_decode` options
70 69
      *
71 70
      * @return mixed the value encoded in json in appropriate PHP type
72 71
      *
Please login to merge, or discard this patch.