Skip to content

Commit

Permalink
Remove useless return annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Mar 12, 2024
1 parent 2441ac5 commit 0f2cd3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/Core/functions/array-utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function contains(mixed $value, array $array): bool

/**
* @param array[] $multiArray
* @return array
*/
function flatten(array $multiArray): array
{
Expand Down

0 comments on commit 0f2cd3c

Please sign in to comment.