@@ -56,7 +56,7 @@ |
||
56 | 56 | return $keys; |
57 | 57 | } |
58 | 58 | |
59 | - return array_values(array_filter($keys, function ($item) { |
|
59 | + return array_values(array_filter($keys, function($item) { |
|
60 | 60 | return $item !== PsrContainer::class && !is_subclass_of($item, PsrContainer::class); |
61 | 61 | })); |
62 | 62 | } |
@@ -5,7 +5,7 @@ |
||
5 | 5 | if (!function_exists('getServerEchoSpacer')) { |
6 | 6 | function getServerEchoSpacer(string $leftSide, string $rightSide, int $columns): string |
7 | 7 | { |
8 | - $strlen = function (string $str): int { |
|
8 | + $strlen = function(string $str): int { |
|
9 | 9 | if (function_exists('mb_strlen')) { |
10 | 10 | return mb_strlen($str); |
11 | 11 | } |