Completed
Push — master ( 05aecd...a61eba )
by Daniel
03:35
created
Routing/MethodCollection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
 
35
+    /**
36
+     * @param string $name
37
+     */
35 38
     public function get($name)
36 39
     {
37 40
         if (isset($this->methods[$name])) {
Please login to merge, or discard this patch.