Passed
Push — develop ( a4f85c...081c58 )
by Eric
02:01 queued 13s
created
src/Mapping/Generator.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,9 @@
 block discarded – undo
78 78
      *
79 79
      * @param non-empty-string $mimeTypesText The text from the mime.types file.
80 80
      */
81
-    public function __construct(protected readonly string $mimeTypesText) {}
81
+    public function __construct(protected readonly string $mimeTypesText)
82
+    {
83
+}
82 84
 
83 85
     /**
84 86
      * Generate the JSON from the mapCache.
Please login to merge, or discard this patch.