1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

fix CS issue

This commit is contained in:
orklah 2022-01-25 20:58:40 +01:00
parent ea598450a3
commit 3f799fc5fd

View File

@ -23,6 +23,7 @@ use function array_values;
use function count;
use function is_string;
use function max;
use function mb_strcut;
class ArrayMergeReturnTypeProvider implements FunctionReturnTypeProviderInterface
{