Skip to content

Commit 9068abb

Browse files
committed
fix cs
1 parent 96825d6 commit 9068abb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Authorization/Traits/Authorizable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ private function savePermissions(): void
366366
}
367367

368368
/**
369-
* @phpstan-param 'group'|'permission' $type
370369
* @param GroupModel|PermissionModel $model
370+
* @phpstan-param 'group'|'permission' $type
371371
*/
372372
private function saveGroupsOrPermissions(string $type, $model, array $cache): void
373373
{

src/Models/UserIdentityModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ private function checkUserId(User $user): void
105105
/**
106106
* Create an identity with 6 digits code for auth action
107107
*
108-
* @phpstan-param array{type: string, name: string, extra: string} $data
109108
* @param callable $codeGenerator generate secret code
109+
* @phpstan-param array{type: string, name: string, extra: string} $data
110110
*
111111
* @return string secret
112112
*/

0 commit comments

Comments
 (0)