Skip to content

Commit 5147997

Browse files
drbytegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3d248f8 commit 5147997

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Contracts/Permission.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @property string|null $guard_name
1111
*
1212
* @mixin \Spatie\Permission\Models\Permission
13+
*
1314
* @phpstan-require-extends \Spatie\Permission\Models\Permission
1415
*/
1516
interface Permission

src/Contracts/Role.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @property string|null $guard_name
1111
*
1212
* @mixin \Spatie\Permission\Models\Role
13+
*
1314
* @phpstan-require-extends \Spatie\Permission\Models\Role
1415
*/
1516
interface Role

0 commit comments

Comments
 (0)