@@ -76,6 +76,6 @@ |
||
76 | 76 | please select another website to work with:</p> |
77 | 77 | $form |
78 | 78 | </div> |
79 | -EOT; |
|
79 | +eot; |
|
80 | 80 | } |
81 | 81 | } |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use Brickrouge\Group; |
18 | 18 | use Brickrouge\Text; |
19 | 19 | use Brickrouge\Widget; |
20 | - |
|
21 | 20 | use Icybee\Modules\Users\Module; |
22 | 21 | use Icybee\Modules\Users\Roles\Binding\UserBindings; |
23 | 22 | use Icybee\Modules\Users\User; |
@@ -214,7 +214,7 @@ discard block |
||
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 |
||
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 |
||
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 | * |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use ICanBoogie\Operation; |
21 | 21 | use ICanBoogie\PropertyNotDefined; |
22 | 22 | use ICanBoogie\Routing\RouteDispatcher; |
23 | - |
|
24 | 23 | use Icybee\Element\AdminDecorator; |
25 | 24 | use Icybee\Element\DocumentDecorator; |
26 | 25 | use Icybee\Modules\Members\Member; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use ICanBoogie\I18n; |
16 | 16 | use ICanBoogie\Operation; |
17 | 17 | use ICanBoogie\Module\ControllerBindings as ModuleBindings; |
18 | - |
|
19 | 18 | use Icybee\Modules\Registry\MetaCollection; |
20 | 19 | use Icybee\Modules\Users\LoginForm; |
21 | 20 | use Icybee\Modules\Users\User; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use ICanBoogie\ErrorCollection; |
15 | 15 | use ICanBoogie\Operation; |
16 | - |
|
17 | 16 | use Icybee\Modules\Users\User; |
18 | 17 | |
19 | 18 | /** |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | use ICanBoogie\ErrorCollection; |
15 | 15 | use ICanBoogie\HTTP\Request; |
16 | - |
|
17 | 16 | use Icybee\Modules\Users\Module; |
18 | 17 | use Icybee\Modules\Users\User; |
19 | 18 | use Icybee\Modules\Users\UserModel; |
@@ -12,11 +12,9 @@ |
||
12 | 12 | namespace Icybee\Modules\Users; |
13 | 13 | |
14 | 14 | use ICanBoogie\ActiveRecord; |
15 | - |
|
16 | 15 | use Brickrouge\AlterCSSClassNamesEvent; |
17 | 16 | use Brickrouge\CSSClassNames; |
18 | 17 | use Brickrouge\CSSClassNamesProperty; |
19 | - |
|
20 | 18 | use Icybee\Modules\Registry\Binding\UserBindings as RegistryBindings; |
21 | 19 | |
22 | 20 | /** |