@@ -158,8 +158,8 @@ |
||
| 158 | 158 | * Build query statement from the expression. |
| 159 | 159 | * |
| 160 | 160 | * @param array $expression |
| 161 | - * @param null $limit |
|
| 162 | - * @param null $offset |
|
| 161 | + * @param integer|null $limit |
|
| 162 | + * @param integer|null $offset |
|
| 163 | 163 | * |
| 164 | 164 | * @return PDOStatement |
| 165 | 165 | */ |
@@ -192,7 +192,7 @@ |
||
| 192 | 192 | /** |
| 193 | 193 | * Sets service argument. |
| 194 | 194 | * |
| 195 | - * @param string|Definition $service |
|
| 195 | + * @param Definition $service |
|
| 196 | 196 | * @param mixed $parameter |
| 197 | 197 | * |
| 198 | 198 | * @throws InitException |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | * |
| 72 | 72 | * @param mixed $userId |
| 73 | 73 | * |
| 74 | - * @return UserMetaEntity[] |
|
| 74 | + * @return boolean |
|
| 75 | 75 | */ |
| 76 | 76 | public function getUserMetaForUserId($userId) |
| 77 | 77 | { |