Passed
Push — develop ( c8dcc0...694180 )
by Eric
12:40
created
src/MimeMappingBuilder.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,8 @@
 block discarded – undo
92 92
          * The Mapping Array
93 93
          */
94 94
         protected array $mapping
95
-    ) {}
95
+    ) {
96
+}
96 97
 
97 98
     /**
98 99
      * Add a conversion.
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
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 use Rector\CodeQuality\Rector\ClassMethod\LocallyCalledStaticMethodToNonStaticRector;
10 10
 use Rector\CodeQuality\Rector\Concat\JoinStringConcatRector;
11 11
 
12
-return static function (RectorConfig $rectorConfig): void {
12
+return static function(RectorConfig $rectorConfig): void {
13 13
     $rectorConfig->paths([
14 14
         __DIR__ . '/src',
15 15
         __DIR__ . '/tests/src',
Please login to merge, or discard this patch.