Completed
Push — master ( dbac5b...8dd423 )
by Alejandro
08:15
created
src/Route.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
     protected $pattern = "";
59 59
     protected $callable;
60 60
 
61
+    /**
62
+     * @param string $pattern
63
+     */
61 64
     public function __construct($pattern, $callable) {
62 65
         $this->setPattern($pattern);
63 66
         $this->setCallable($callable);
Please login to merge, or discard this patch.