mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-04 07:58:46 +02:00
N°9319 increase php min. version to 8.2 (#887)
* Update minimum PHP version to 8.2 * Fix previous wrong resolution of merge conflict
This commit is contained in:
@@ -225,7 +225,7 @@ abstract class IntlDateFormatter
|
||||
// behave like the intl extension
|
||||
$argumentError = null;
|
||||
if (!\is_int($datetime) && !$datetime instanceof \DateTimeInterface) {
|
||||
$argumentError = sprintf('datefmt_format: string \'%s\' is not numeric, which would be required for it to be a valid date', $datetime);
|
||||
$argumentError = \sprintf('datefmt_format: string \'%s\' is not numeric, which would be required for it to be a valid date', $datetime);
|
||||
}
|
||||
|
||||
if (null !== $argumentError) {
|
||||
|
||||
Reference in New Issue
Block a user