Completed
Push — master ( 0b6a7d...572c91 )
by Vitaly
06:17
created
src/Router.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @param string $url String for parsing
42 42
      *
43
-     * @return array Array [0] => module name, [1]=>relative_path
43
+     * @return boolean Array [0] => module name, [1]=>relative_path
44 44
      */
45 45
     public static function parseURL($url, &$module = null, &$path = null)
46 46
     {
Please login to merge, or discard this patch.