Skip to content

Commit 255a867

Browse files
committed
fix: rector notify
1 parent 904e4f2 commit 255a867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Commands/Utilities/FilterCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private function showTable(
167167
*/
168168
private function colorItems(array $array): array
169169
{
170-
return array_map(function ($item) {
170+
return array_map(function ($item): array|string {
171171
if (is_array($item)) {
172172
return $this->colorItems($item);
173173
}

0 commit comments

Comments
 (0)