@@ -28,6 +28,9 @@ discard block |
||
| 28 | 28 | return new static(fopen($filepath, 'r+b')); |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | + /** |
|
| 32 | + * @param resource $file |
|
| 33 | + */ |
|
| 31 | 34 | private function __construct($file) |
| 32 | 35 | { |
| 33 | 36 | $this->quotes = [ |
@@ -41,7 +44,7 @@ discard block |
||
| 41 | 44 | } |
| 42 | 45 | |
| 43 | 46 | /** |
| 44 | - * @param $token |
|
| 47 | + * @param boolean|string $token |
|
| 45 | 48 | * @return array|mixed |
| 46 | 49 | * @throws \Exception |
| 47 | 50 | */ |