Passed
Push — latest ( 8e76fa...96be75 )
by Mark
02:56
created
src/Token/AbstractToken.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,9 +22,9 @@
 block discarded – undo
22 22
      */
23 23
     public static function filter(array $tokens, ?callable $callback = null): array
24 24
     {
25
-        if (! $callback) {
25
+        if (!$callback) {
26 26
             /** @var callable(TokenInterface):bool $callback */
27
-            $callback = static function (TokenInterface $token): bool {
27
+            $callback = static function(TokenInterface $token): bool {
28 28
                 return $token instanceof static;
29 29
             };
30 30
         }
Please login to merge, or discard this patch.