| @@ -53,7 +53,7 @@ | ||
| 53 | 53 | * @param string $uri | 
| 54 | 54 | * @param TypoScriptFrontendController $frontend | 
| 55 | 55 | * | 
| 56 | - * @return array | |
| 56 | + * @return string[] | |
| 57 | 57 | * | 
| 58 | 58 | * @throws \Exception | 
| 59 | 59 | * | 
| @@ -132,7 +132,7 @@ | ||
| 132 | 132 | /** | 
| 133 | 133 | * Internal method to count items by a given where clause | 
| 134 | 134 | * | 
| 135 | - * @param $where | |
| 135 | + * @param string $where | |
| 136 | 136 | * @return mixed* | 
| 137 | 137 | */ | 
| 138 | 138 |  	protected function countItemsByWhereClause($where) { |