Completed
Push — master ( a41a0d...5b5d97 )
by Frank
02:40
created
src/Routing/Loader/YamlFileLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -131,6 +131,9 @@
 block discarded – undo
131 131
         }
132 132
     }
133 133
 
134
+    /**
135
+     * @param string $file
136
+     */
134 137
     protected function parseImport(RouteCollection $collection, array $config, $path, $file)
135 138
     {
136 139
         $type = isset($config['type']) ? $config['type'] : null;
Please login to merge, or discard this patch.