@@ -13,7 +13,6 @@ |
||
| 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 | * |
@@ -66,7 +66,6 @@ |
||
| 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 | * |