Skip to content

Commit c57fbec

Browse files
Typehint created_at and updated_at values for phpstan (#1023)
1 parent 177715e commit c57fbec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/Audit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* @property string $event
1010
* @property array<string,mixed> $new_values
1111
* @property array<string,mixed> $old_values
12+
* @property Carbon|null $created_at
13+
* @property Carbon|null $updated_at
1214
* @property mixed $user
1315
* @property mixed $auditable.
1416
*/

0 commit comments

Comments
 (0)