Completed
Push — 4.0 ( 4ba1b4...b43e55 )
by Olivier
08:37
created
lib/Hooks.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 	 *
215 215
 	 * This is the getter for the `$app->user` property.
216 216
 	 *
217
-	 * @param Core|ApplicationBindings|\ICanBoogie\Binding\ActiveRecord\CoreBindings $app
217
+	 * @param Core $app
218 218
 	 *
219 219
 	 * @return User The user object, or guest user object.
220 220
 	 */
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
 	/**
276 276
 	 * Checks if a user has a given permission.
277 277
 	 *
278
-	 * @param Core|ApplicationBindings $app
278
+	 * @param Core $app
279 279
 	 * @param User $user
280 280
 	 * @param string $permission
281 281
 	 * @param string $target
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
 	/**
293 293
 	 * Checks if a user has the ownership of a record.
294 294
 	 *
295
-	 * @param Core|ApplicationBindings $app
295
+	 * @param Core $app
296 296
 	 * @param User $user
297 297
 	 * @param ActiveRecord $record
298 298
 	 *
Please login to merge, or discard this patch.