Test Failed
Push — master ( b39eb7...589279 )
by Edgar
03:49
created
src/svg/util/transform/Transform.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -92,6 +92,9 @@
 block discarded – undo
92 92
         return $this->shortcutBuild('rotate', [floatval($angle), $cx, $cy]);
93 93
     }
94 94
 
95
+    /**
96
+     * @param string $transform
97
+     */
95 98
     private function shortcutBuild($transform, $data)
96 99
     {
97 100
         $this->sequence[] = $transform;
Please login to merge, or discard this patch.