Skip to content

Commit 9b98d32

Browse files
authored
Add trigger_error function import to Input.php
1 parent d959742 commit 9b98d32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Annotations/Input.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use RuntimeException;
99

1010
use function array_key_exists;
11+
use function trigger_error;
1112

1213
use const E_USER_DEPRECATED;
1314

0 commit comments

Comments
 (0)