Skip to content

Commit 8d5e901

Browse files
committed
style: pint phpdoc alignment fixes
1 parent 453a49d commit 8d5e901

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/Models/AuditLogEntry.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
* created / updated / deleted (observer lives in
1414
* App\Observers\AuditLogObserver, registered in AppServiceProvider).
1515
*
16-
* @property string $id
17-
* @property string $tenant_id
18-
* @property int|null $user_id
19-
* @property string $action create|update|delete
20-
* @property string $target_type
21-
* @property string $target_id
22-
* @property array<string,mixed>|null $before
23-
* @property array<string,mixed>|null $after
16+
* @property string $id
17+
* @property string $tenant_id
18+
* @property int|null $user_id
19+
* @property string $action create|update|delete
20+
* @property string $target_type
21+
* @property string $target_id
22+
* @property array<string,mixed>|null $before
23+
* @property array<string,mixed>|null $after
2424
*/
2525
class AuditLogEntry extends Model
2626
{

app/Models/Registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @property string $id
1717
* @property string $tenant_id
1818
* @property string $name
19-
* @property int $schema_version
19+
* @property int $schema_version
2020
* @property array<string,mixed> $body
2121
*/
2222
class Registry extends Model

app/Models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* @property string|null $tenant_id
1515
* @property string|null $oauth_subject
16-
* @property string $role owner|admin|editor|viewer
16+
* @property string $role owner|admin|editor|viewer
1717
*/
1818
class User extends Authenticatable
1919
{

0 commit comments

Comments
 (0)