Skip to content

Commit 68f799e

Browse files
authored
Merge pull request #100 from gnutix/fix-ecs-error
Fix ECS errors in Year.php
2 parents 6c5ff2f + 51707b9 commit 68f799e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Year.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
use JsonSerializable;
1212
use Stringable;
1313

14+
use function is_int;
1415
use function str_pad;
16+
use function trigger_error;
1517

18+
use const E_USER_DEPRECATED;
1619
use const STR_PAD_LEFT;
1720

1821
/**

0 commit comments

Comments
 (0)