Completed
Pull Request — master (#8)
by Martijn van
02:26
created
code/Core/SilverstripeCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@  discard block
 block discarded – undo
248 248
      * @param string $question
249 249
      * @param bool   $default
250 250
      *
251
-     * @return bool
251
+     * @return string
252 252
      */
253 253
     public function confirm($question, $default = false)
254 254
     {
@@ -340,7 +340,7 @@  discard block
 block discarded – undo
340 340
     /**
341 341
      * Format input to textual table.
342 342
      *
343
-     * @param array  $headers
343
+     * @param string[]  $headers
344 344
      * @param array  $rows
345 345
      * @param string $style
346 346
      *
Please login to merge, or discard this patch.