@@ -12,6 +12,10 @@ |
||
12 | 12 | |
13 | 13 | class InvalidVariationException extends InvalidArgumentException |
14 | 14 | { |
15 | + /** |
|
16 | + * @param string $variationName |
|
17 | + * @param string $variationType |
|
18 | + */ |
|
15 | 19 | public function __construct($variationName, $variationType, $code = 0, Exception $previous = null) |
16 | 20 | { |
17 | 21 | parent::__construct("Invalid variation '$variationName' for $variationType", $code, $previous); |
@@ -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 | */ |