Completed
Push — master ( 441321...88de30 )
by Martijn van
02:09
created
code/Core/SilverstripeApplication.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -34,6 +34,10 @@
 block discarded – undo
34 34
         $this->setCatchExceptions(false);
35 35
     }
36 36
 
37
+    /**
38
+     * @param ArrayInput $input
39
+     * @param BufferedOutput $output
40
+     */
37 41
     public function run($input = null, $output = null)
38 42
     {
39 43
         return parent::run($input, $output);
Please login to merge, or discard this patch.