Completed
Push — unknown-command ( 0a72e4 )
by Carsten
75:22 queued 70:42
created
framework/console/UnknownCommandException.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -22,6 +22,10 @@
 block discarded – undo
22 22
      */
23 23
     public $application;
24 24
 
25
+    /**
26
+     * @param string $route
27
+     * @param Application $application
28
+     */
25 29
     public function __construct($route, $application, $code = 0, \Exception $previous = null)
26 30
     {
27 31
         $this->command = $route;
Please login to merge, or discard this patch.