We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6156ca2 commit 19f0be8Copy full SHA for 19f0be8
src/Helpers.php
@@ -139,7 +139,7 @@ public function checkVersion(): bool
139
*/
140
public function flattenArray(array $items): array
141
{
142
- return collect($items)->map(function($item) {
+ return collect($items)->map(function ($item) {
143
return is_string($item) ? explode('|', $item): $item;
144
})->flatten()->all();
145
}
0 commit comments