Completed
Push — master ( 845ad8...d4b3e2 )
by Olivier
03:15 queued 39s
created
lib/Hooks.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
 	 *
217 217
 	 * This is the getter for the `$app->user` property.
218 218
 	 *
219
-	 * @param Core|CoreBindings|\ICanBoogie\Binding\ActiveRecord\CoreBindings $app
219
+	 * @param Core $app
220 220
 	 *
221 221
 	 * @return User The user object, or guest user object.
222 222
 	 */
@@ -277,7 +277,7 @@  discard block
 block discarded – undo
277 277
 	/**
278 278
 	 * Checks if a user has a given permission.
279 279
 	 *
280
-	 * @param Core|CoreBindings $app
280
+	 * @param Core $app
281 281
 	 * @param User $user
282 282
 	 * @param string $permission
283 283
 	 * @param string $target
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
 	/**
295 295
 	 * Checks if a user has the ownership of a record.
296 296
 	 *
297
-	 * @param Core|CoreBindings $app
297
+	 * @param Core $app
298 298
 	 * @param User $user
299 299
 	 * @param ActiveRecord $record
300 300
 	 *
Please login to merge, or discard this patch.