|
1543 | 1543 | 'date_default_timezone_set' => ['bool', 'timezone_identifier'=>'string'], |
1544 | 1544 | 'date_diff' => ['DateInterval', 'obj1'=>'DateTimeInterface', 'obj2'=>'DateTimeInterface', 'absolute='=>'bool'], |
1545 | 1545 | 'date_format' => ['string', 'obj'=>'DateTimeInterface', 'format'=>'string'], |
1546 | | -'date_get_last_errors' => ['array'], |
| 1546 | +'date_get_last_errors' => ['array{warning_count: int, warnings: array<int, string>, error_count: int, errors: array<int, string>}'], |
1547 | 1547 | 'date_interval_create_from_date_string' => ['DateInterval', 'time'=>'string'], |
1548 | 1548 | 'date_interval_format' => ['string', 'object'=>'DateInterval', 'format'=>'string'], |
1549 | 1549 | 'date_isodate_set' => ['DateTime|false', 'object'=>'DateTime', 'year'=>'int', 'week'=>'int', 'day='=>'int|mixed'], |
|
1601 | 1601 | 'DateTime::createFromImmutable' => ['static', 'object'=>'DateTimeImmutable'], |
1602 | 1602 | 'DateTime::diff' => ['DateInterval', 'datetime2'=>'DateTimeInterface', 'absolute='=>'bool'], |
1603 | 1603 | 'DateTime::format' => ['string', 'format'=>'string'], |
1604 | | -'DateTime::getLastErrors' => ['array'], |
| 1604 | +'DateTime::getLastErrors' => ['array{warning_count: int, warnings: array<int, string>, error_count: int, errors: array<int, string>}'], |
1605 | 1605 | 'DateTime::getOffset' => ['int'], |
1606 | 1606 | 'DateTime::getTimestamp' => ['int'], |
1607 | 1607 | 'DateTime::getTimezone' => ['DateTimeZone'], |
|
1620 | 1620 | 'DateTimeImmutable::createFromMutable' => ['static', 'datetime'=>'DateTime'], |
1621 | 1621 | 'DateTimeImmutable::diff' => ['DateInterval', 'datetime2'=>'DateTimeInterface', 'absolute='=>'bool'], |
1622 | 1622 | 'DateTimeImmutable::format' => ['string', 'format'=>'string'], |
1623 | | -'DateTimeImmutable::getLastErrors' => ['array'], |
| 1623 | +'DateTimeImmutable::getLastErrors' => ['array{warning_count: int, warnings: array<int, string>, error_count: int, errors: array<int, string>}'], |
1624 | 1624 | 'DateTimeImmutable::getOffset' => ['int'], |
1625 | 1625 | 'DateTimeImmutable::getTimestamp' => ['int'], |
1626 | 1626 | 'DateTimeImmutable::getTimezone' => ['DateTimeZone'], |
|
0 commit comments