Completed
Push — master ( 8886fc...bd62be )
by Jesse
02:30
created
src/Mapping.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param MapsProperties $properties The mapping to apply to the input data.
32 32
      * @return Hydrates                  A decorated hydrator that maps the data.
33 33
      */
34
-    public static function for(
34
+    public static function for (
35 35
         Hydrates $hydrator,
36 36
         MapsProperties $properties
37 37
     ): Hydrates {
Please login to merge, or discard this patch.