Passed
Push — master ( fb1e31...4bdbbb )
by Eric
20:10 queued 17:57
created
src/Counter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@
 block discarded – undo
330 330
         ];
331 331
 
332 332
         if ($options !== null) {
333
-            array_walk($options, static fn (string|bool $value, string $key): bool|string => match($key) {
333
+            array_walk($options, static fn (string | bool $value, string $key): bool | string => match($key) {
334 334
                 'useFileLocking', 'countOnlyUnique', 'useImages' => (bool) $value,
335 335
                 default => $value
336 336
             });
Please login to merge, or discard this patch.
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 use Rector\Core\ValueObject\PhpVersion;
11 11
 use Rector\CodeQuality\Rector\Concat\JoinStringConcatRector;
12 12
 
13
-return static function (RectorConfig $rectorConfig): void {
13
+return static function(RectorConfig $rectorConfig): void {
14 14
     $rectorConfig->paths([
15 15
         __DIR__ . '/src',
16 16
         __DIR__ . '/tests/src',
Please login to merge, or discard this patch.