Completed
Push — 4.0 ( 2bab8b...b7ae43 )
by Marco
14:12
created
src/Router/Collector.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -47,6 +47,10 @@  discard block
 block discarded – undo
47 47
 
48 48
     private $table      = array();
49 49
 
50
+    /**
51
+     * @param \Comodojo\Dispatcher\Components\Configuration $routing_table
52
+     * @param \Comodojo\Cache\CacheManager $logger
53
+     */
50 54
     public function __construct($routing_table, $configuration = null, $logger = null, $cache = null) {
51 55
 
52 56
         parent::__construct($configuration, $logger);
@@ -173,6 +177,9 @@  discard block
 block discarded – undo
173 177
         
174 178
     }
175 179
     
180
+    /**
181
+     * @param string[] $bits
182
+     */
176 183
     private function evalUri($parameters, $bits) {
177 184
         
178 185
         $count  = 0;
Please login to merge, or discard this patch.