Completed
Push — master ( c6ca9f...82f281 )
by Edgar
22:54 queued 08:00
created
src/svg/util/transform/Transform.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @return Transform
39 39
      */
40 40
     public static function newInstance($transformString = null, TransformMatcherInterface $matcher = null,
41
-                                       PackerInterface $packer = null)
41
+                                        PackerInterface $packer = null)
42 42
     {
43 43
         $instance = new Transform();
44 44
         $matcherImpl = $matcher === null ? new TransformMatcher() : $matcher;
Please login to merge, or discard this patch.