Skip to content

Commit

Permalink
Fixed DateInterval::$days type
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 27, 2020
1 parent 4b23061 commit 4e64f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PhpDefectClassReflectionExtension implements PropertiesClassReflectionExte
'i' => 'int',
's' => 'int',
'invert' => 'int',
'days' => 'mixed',
'days' => 'int|false',
'f' => 'float',
],
\DatePeriod::class => [
Expand Down

0 comments on commit 4e64f0d

Please sign in to comment.