Completed
Push — master ( b462b5...dd132d )
by Sebastian
02:54
created
src/Cli/Executable/Pgdump.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -397,7 +397,7 @@
 block discarded – undo
397 397
      * Do not dump commands setting ownership.
398 398
      * --no-owner
399 399
      *
400
-     * @param $bool
400
+     * @param boolean $bool
401 401
      * @return \phpbu\App\Cli\Executable\Pgdump
402 402
      */
403 403
     public function dumpNoOwner($bool)
Please login to merge, or discard this patch.
src/Cli/Executable/OptionMasker.php 1 patch
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.