Completed
Pull Request — master (#32)
by Paulo Rodrigues
05:40
created
Command/Options/BaseOptionHelper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param array $allowedValues
62
+     * @param string[] $allowedValues
63 63
      *
64 64
      * @return $this
65 65
      */
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     }
84 84
 
85 85
     /**
86
-     * @param mixed $defaultValue
86
+     * @param string $defaultValue
87 87
      *
88 88
      * @return $this
89 89
      */
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * @param Question $question
133 133
      *
134
-     * @return mixed
134
+     * @return string|boolean
135 135
      */
136 136
     private function ask(Question $question)
137 137
     {
Please login to merge, or discard this patch.
DependencyInjection/Configuration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
         ;
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $defaultValue
94
+     */
92 95
     private function addPackagePrefixSection($defaultValue = null)
93 96
     {
94 97
         $node = $this->createRoot('prefix')
Please login to merge, or discard this patch.