1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-05-02 21:34:55 +03:00

Remove useless return annotation

This commit is contained in:
Alejandro Celaya 2024-03-12 09:09:59 +01:00
parent 2441ac5e77
commit 0f2cd3cb7f

View file

@ -17,7 +17,6 @@ function contains(mixed $value, array $array): bool
/**
* @param array[] $multiArray
* @return array
*/
function flatten(array $multiArray): array
{