@@ -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 | */ |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Created by PhpStorm. |
|
| 4 | - * User: kalaomer |
|
| 5 | - * Date: 31.05.2015 |
|
| 6 | - * Time: 01:16 |
|
| 7 | - */ |
|
| 3 | + * Created by PhpStorm. |
|
| 4 | + * User: kalaomer |
|
| 5 | + * Date: 31.05.2015 |
|
| 6 | + * Time: 01:16 |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace Knot\Dict\Helpers; |
| 10 | 10 | |