Passed
Push — dev-master ( 289114...1a42ae )
by Vijay
34:35
created
app/lib/FFCMS/Controllers/API/API.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -360,7 +360,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
app/lib/FFCMS/Controllers/API/APIMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.