Skip to content

Commit

Permalink
fix: rector notify
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Sep 14, 2024
1 parent 904e4f2 commit 255a867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Commands/Utilities/FilterCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ private function showTable(
*/
private function colorItems(array $array): array
{
return array_map(function ($item) {
return array_map(function ($item): array|string {
if (is_array($item)) {
return $this->colorItems($item);
}
Expand Down

0 comments on commit 255a867

Please sign in to comment.