mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Merge pull request #9895 from morozov/date-interval-invert-writable
Unmark DateInterval::$invert as read-only
This commit is contained in:
commit
b9f5c05276
@ -586,7 +586,6 @@ class DateInterval
|
|||||||
/**
|
/**
|
||||||
* Is 1 if the interval is inverted and 0 otherwise
|
* Is 1 if the interval is inverted and 0 otherwise
|
||||||
* @var int
|
* @var int
|
||||||
* @readonly
|
|
||||||
*/
|
*/
|
||||||
public $invert;
|
public $invert;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user