@@ -25,7 +25,7 @@ |
||
25 | 25 | /** |
26 | 26 | * EntityContentSearch constructor. Pass search terms (query string) to model and used items to skip it by id. |
27 | 27 | * @param $terms |
28 | - * @param int|array $skipIds |
|
28 | + * @param integer $skipIds |
|
29 | 29 | */ |
30 | 30 | public function __construct($terms, $skipIds = 0) |
31 | 31 | { |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php return [ |
2 | - 'Alias' => [ |
|
3 | - 'Front' => [ |
|
4 | - '/about' => '/content/read/page/about-page' |
|
5 | - ] |
|
6 | - ], |
|
7 | - 'Callback' => [ |
|
8 | - 'Front' => [ |
|
9 | - 'Demo' => '\Apps\Controller\Front\Main' |
|
10 | - ] |
|
11 | - ] |
|
2 | + 'Alias' => [ |
|
3 | + 'Front' => [ |
|
4 | + '/about' => '/content/read/page/about-page' |
|
5 | + ] |
|
6 | + ], |
|
7 | + 'Callback' => [ |
|
8 | + 'Front' => [ |
|
9 | + 'Demo' => '\Apps\Controller\Front\Main' |
|
10 | + ] |
|
11 | + ] |
|
12 | 12 | ]; |
13 | 13 | \ No newline at end of file |