@@ -196,7 +196,7 @@ |
||
196 | 196 | * @param OutputInterface $output |
197 | 197 | * @param string $name |
198 | 198 | * @param string $value |
199 | - * @param Constraints\Collection|Constraint|Constraint[] $constraints The constraint(s) to validate against. |
|
199 | + * @param Constraints\Collection $constraints The constraint(s) to validate against. |
|
200 | 200 | * |
201 | 201 | * @return mixed |
202 | 202 | */ |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * update phar file timestamp to the last commit in the repository for binary reproduceable build |
|
4 | - * of phar-files. |
|
5 | - * |
|
6 | - * @author Tom Klingenberg <https://github.com/ktomk> |
|
7 | - */ |
|
3 | + * update phar file timestamp to the last commit in the repository for binary reproduceable build |
|
4 | + * of phar-files. |
|
5 | + * |
|
6 | + * @author Tom Klingenberg <https://github.com/ktomk> |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use Seld\PharUtils\Timestamps; |
10 | 10 |