1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

style: add use statement for array_push

This commit is contained in:
Patrick Remy 2022-01-20 22:56:34 +01:00
parent ed87465f71
commit 8f0244aa7e
No known key found for this signature in database
GPG Key ID: FE25C0B14C0500CD

View File

@ -38,6 +38,7 @@ use function array_filter;
use function array_keys;
use function array_map;
use function array_merge;
use function array_push;
use function array_values;
use function count;
use function get_class;