Completed
Push — master ( bd5921...d9293e )
by Christian
17:54 queued 08:59
created
src/N98/Util/Console/Helper/ParameterHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
build/phar/phar-timestamp.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.