Completed
Push — master ( 623902...65f519 )
by Phil
02:16
created
src/Route.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
      */
45 45
     protected $vars = [];
46 46
 
47
+    /**
48
+     * @param callable $handler
49
+     */
47 50
     public function __construct(string $method, string $path, $handler)
48 51
     {
49 52
         $this->method  = $method;
Please login to merge, or discard this patch.