@@ -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 | { |
@@ -22,7 +23,6 @@ discard block |
||
| 22 | 23 | } |
| 23 | 24 | |
| 24 | 25 | /** |
| 25 | - * @param string $content |
|
| 26 | 26 | */ |
| 27 | 27 | private function readLines() |
| 28 | 28 | { |
@@ -51,7 +51,7 @@ discard block |
||
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | - * @param mixed $offset |
|
| 54 | + * @param integer $offset |
|
| 55 | 55 | * @return bool |
| 56 | 56 | */ |
| 57 | 57 | public function offsetExists($offset) |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | - * @param mixed $offset |
|
| 63 | + * @param integer $offset |
|
| 64 | 64 | * @return mixed |
| 65 | 65 | */ |
| 66 | 66 | public function offsetGet($offset) |
@@ -69,8 +69,8 @@ discard block |
||
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | /** |
| 72 | - * @param mixed $offset |
|
| 73 | - * @param mixed $value |
|
| 72 | + * @param integer $offset |
|
| 73 | + * @param Line $value |
|
| 74 | 74 | */ |
| 75 | 75 | public function offsetSet($offset, $value) |
| 76 | 76 | { |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | /** |
| 81 | - * @param mixed $offset |
|
| 81 | + * @param integer $offset |
|
| 82 | 82 | */ |
| 83 | 83 | public function offsetUnset($offset) |
| 84 | 84 | { |