@@ -1,12 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace samsonphp\resource; |
3 | 3 | |
4 | -use Aws\CloudFront\Exception\Exception; |
|
5 | 4 | use samson\core\ExternalModule; |
6 | -use samson\core\Module; |
|
7 | -use samsonframework\resource\ResourceMap; |
|
8 | 5 | use samsonphp\event\Event; |
9 | -use samsonphp\resource\exception\ResourceNotFound; |
|
10 | 6 | |
11 | 7 | /** |
12 | 8 | * Resource router for serving static resource from unreachable web-root paths. |
@@ -106,7 +106,7 @@ |
||
106 | 106 | /** |
107 | 107 | * Get path static resources list filtered by extensions. |
108 | 108 | * |
109 | - * @param array $paths Paths for static resources scanning |
|
109 | + * @param string[] $paths Paths for static resources scanning |
|
110 | 110 | * @param array $extensions Resource type |
111 | 111 | * |
112 | 112 | * @return array Matched static resources collection with full paths |