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 904e4f2 commit 255a867Copy full SHA for 255a867
system/Commands/Utilities/FilterCheck.php
@@ -167,7 +167,7 @@ private function showTable(
167
*/
168
private function colorItems(array $array): array
169
{
170
- return array_map(function ($item) {
+ return array_map(function ($item): array|string {
171
if (is_array($item)) {
172
return $this->colorItems($item);
173
}
0 commit comments