@@ -71,6 +71,8 @@ |
||
| 71 | 71 | |
| 72 | 72 | /** |
| 73 | 73 | * {@inheritdoc} |
| 74 | + * @param string $path |
|
| 75 | + * @param string $filter |
|
| 74 | 76 | */ |
| 75 | 77 | protected function getFilePath($path, $filter) |
| 76 | 78 | { |
@@ -17,6 +17,7 @@ |
||
| 17 | 17 | trait ChildDefinitionTrait |
| 18 | 18 | { |
| 19 | 19 | /** |
| 20 | + * @param string $parent |
|
| 20 | 21 | * @return ChildDefinition|DefinitionDecorator |
| 21 | 22 | */ |
| 22 | 23 | private function getChildDefinition($parent) |