Completed
Push — master ( f32499...fe2624 )
by Vitaly
06:07
created
src/Router.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace samsonphp\resource;
3 3
 
4
-use Aws\CloudFront\Exception\Exception;
5 4
 use samson\core\ExternalModule;
6 5
 use samsonphp\event\Event;
7 6
 use samsonphp\resource\exception\ResourceNotFound;
Please login to merge, or discard this patch.