Passed
Push — develop ( 8f089d...8c5021 )
by Eric
02:43
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 string $mimeTypesText) {}
81
+    public function __construct(protected string $mimeTypesText)
82
+    {
83
+}
82 84
 
83 85
     /**
84 86
      * Generate the JSON from the mapCache.
Please login to merge, or discard this patch.
src/Interface/BuilderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      *
74 74
      * @return false|int The number of bytes that were written to the file, or false on failure.
75 75
      */
76
-    public function save(string $file, int $flags = 0, mixed $context = null): false|int;
76
+    public function save(string $file, int $flags = 0, mixed $context = null): false | int;
77 77
 
78 78
     /**
79 79
      * Create a new mapping builder based on types from a file.
Please login to merge, or discard this patch.