@@ -100,6 +100,7 @@ |
||
100 | 100 | |
101 | 101 | /** |
102 | 102 | * Applies dependencies of complex $parameter in $scope. |
103 | + * @param string $parameter |
|
103 | 104 | */ |
104 | 105 | private function addComplexParametersDependencies($parameter, $scope, ContainerBuilder $container) |
105 | 106 | { |
@@ -77,6 +77,7 @@ |
||
77 | 77 | * Tests if $uri is an IO file uri root. |
78 | 78 | * |
79 | 79 | * @param string $uri |
80 | + * @param string $urlPrefix |
|
80 | 81 | * |
81 | 82 | * @return bool |
82 | 83 | */ |