Completed
Push — master ( f96168...dfe6c2 )
by Alexpts
04:31
created
src/PTS/DataTransformer/Types/RefModelsToArrayStringIdType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
31 31
      */
32 32
     public function toModel($value)
33 33
     {
34
-       return array_map('strval', $value);
34
+        return array_map('strval', $value);
35 35
     }
36 36
 }
37 37
\ No newline at end of file
Please login to merge, or discard this patch.