Skip to content

Commit

Permalink
Merge pull request #9895 from morozov/date-interval-invert-writable
Browse files Browse the repository at this point in the history
Unmark DateInterval::$invert as read-only
  • Loading branch information
orklah committed Jun 12, 2023
2 parents b6cba5a + 9ac3e88 commit b9f5c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stubs/CoreGenericClasses.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ class DateInterval
/**
* Is 1 if the interval is inverted and 0 otherwise
* @var int
* @readonly
*/
public $invert;

Expand Down

0 comments on commit b9f5c05

Please sign in to comment.