@@ -15,6 +15,9 @@ discard block |
||
| 15 | 15 | protected $path = ''; |
| 16 | 16 | |
| 17 | 17 | |
| 18 | + /** |
|
| 19 | + * @return null|AbstractDictBody |
|
| 20 | + */ |
|
| 18 | 21 | abstract public function childParent(); |
| 19 | 22 | |
| 20 | 23 | |
@@ -74,7 +77,7 @@ discard block |
||
| 74 | 77 | /** |
| 75 | 78 | * @param $path |
| 76 | 79 | * |
| 77 | - * @return array|ChildDict|Mixed |
|
| 80 | + * @return callable |
|
| 78 | 81 | * @throws WrongArrayPathException |
| 79 | 82 | */ |
| 80 | 83 | public function get($path) |
@@ -184,7 +187,7 @@ discard block |
||
| 184 | 187 | |
| 185 | 188 | |
| 186 | 189 | /** |
| 187 | - * @param $rawPath |
|
| 190 | + * @param null|string $rawPath |
|
| 188 | 191 | * |
| 189 | 192 | * @return $this |
| 190 | 193 | */ |