We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce507d commit 00240e5Copy full SHA for 00240e5
src/Version.php
@@ -18,7 +18,7 @@ class Version extends Model
18
/**
19
* @var array
20
*/
21
- protected $casts = [
+ protected array $casts = [
22
'contents' => 'array',
23
];
24
0 commit comments