Completed
Push — master ( b462b5...dd132d )
by Sebastian
02:54
created
src/Cli/Executable/OptionMasker.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Set potentially insecure properties.
29 29
      *
30
-     * @param array $candidates
30
+     * @param string[] $candidates
31 31
      */
32 32
     protected function setMaskCandidates(array $candidates)
33 33
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace phpbu\App\Cli\Executable;
3 3
 
4
-use phpbu\App\Cli\Process;
5 4
 use phpbu\App\Util\Cli;
6 5
 
7 6
 /**
Please login to merge, or discard this patch.