@@ -360,7 +360,7 @@ |
||
360 | 360 | * |
361 | 361 | * Sets hive vars: user[] (mandatory), api_app[] (optional) and user_scopes[], user_groups[] |
362 | 362 | * |
363 | - * @return boolean true/false on valid access credentials |
|
363 | + * @return null|boolean true/false on valid access credentials |
|
364 | 364 | */ |
365 | 365 | protected function validateAccess() |
366 | 366 | { |
@@ -171,7 +171,7 @@ |
||
171 | 171 | * Check permissions and load the mapper with the object in the URL param @id |
172 | 172 | * if the user is an admin |
173 | 173 | * |
174 | - * @param object $f3 |
|
174 | + * @param \Base $f3 |
|
175 | 175 | * @param param $params |
176 | 176 | * @param string $idField the field used for the unique id to load by |
177 | 177 | * @param string $defaultId defaule value to use if not found |