Skip to content

Commit affb0bc

Browse files
committed
[12.x] Align casts property type with casts method
1 parent 8d3976e commit affb0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ trait HasAttributes
7979
/**
8080
* The attributes that should be cast.
8181
*
82-
* @var array
82+
* @var array<string, string>
8383
*/
8484
protected $casts = [];
8585

0 commit comments

Comments
 (0)