@@ -46,7 +46,7 @@ |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
49 | - * @param array|\blitze\sitemaker\model\blocks\entity\route $condition |
|
49 | + * @param \blitze\sitemaker\model\blocks\entity\route $condition |
|
50 | 50 | */ |
51 | 51 | public function delete($condition) |
52 | 52 | { |
@@ -180,7 +180,7 @@ |
||
180 | 180 | |
181 | 181 | /** |
182 | 182 | * @param string $item_url |
183 | - * @return true|false |
|
183 | + * @return boolean |
|
184 | 184 | */ |
185 | 185 | private function is_local($item_url) |
186 | 186 | { |