@@ -14,6 +14,7 @@ discard block |
||
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * @inheritDoc |
| 17 | + * @param string $path |
|
| 17 | 18 | */ |
| 18 | 19 | public function __construct($path, $content = '') |
| 19 | 20 | { |
@@ -48,7 +49,7 @@ discard block |
||
| 48 | 49 | } |
| 49 | 50 | |
| 50 | 51 | /** |
| 51 | - * @param mixed $offset |
|
| 52 | + * @param integer $offset |
|
| 52 | 53 | * @return bool |
| 53 | 54 | */ |
| 54 | 55 | public function offsetExists($offset) |
@@ -57,7 +58,7 @@ discard block |
||
| 57 | 58 | } |
| 58 | 59 | |
| 59 | 60 | /** |
| 60 | - * @param mixed $offset |
|
| 61 | + * @param integer $offset |
|
| 61 | 62 | * @return mixed |
| 62 | 63 | */ |
| 63 | 64 | public function offsetGet($offset) |
@@ -66,8 +67,8 @@ discard block |
||
| 66 | 67 | } |
| 67 | 68 | |
| 68 | 69 | /** |
| 69 | - * @param mixed $offset |
|
| 70 | - * @param mixed $value |
|
| 70 | + * @param integer $offset |
|
| 71 | + * @param Line $value |
|
| 71 | 72 | */ |
| 72 | 73 | public function offsetSet($offset, $value) |
| 73 | 74 | { |
@@ -75,7 +76,7 @@ discard block |
||
| 75 | 76 | } |
| 76 | 77 | |
| 77 | 78 | /** |
| 78 | - * @param mixed $offset |
|
| 79 | + * @param integer $offset |
|
| 79 | 80 | */ |
| 80 | 81 | public function offsetUnset($offset) |
| 81 | 82 | { |