Completed
Pull Request — master (#35)
by Alan
02:34
created
src/Command.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
     /**
294 294
      * Get argument value from user informed arguments.
295 295
      * @param string $name argument name.
296
-     * @return Mixed argument value.
296
+     * @return string argument value.
297 297
      */
298 298
     protected function getArgumentValue($name)
299 299
     {
Please login to merge, or discard this patch.
src/templates/index.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,9 +23,12 @@
 block discarded – undo
23 23
     <?php endforeach; ?>
24 24
   </tbody>
25 25
 </table>
26
-<?php else: ?>
26
+<?php else {
27
+    : ?>
27 28
 <p>Good job! Everything looks great! 
Please login to merge, or discard this patch.