Completed
Push — master ( 30f8c9...32b148 )
by Edgar
05:23 queued 01:57
created
src/svg/shape/Path.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         }
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $type
101
+     */
99 102
     private function addData($type, array $params)
100 103
     {
101 104
         $this->data[] = [$type => $params];
Please login to merge, or discard this patch.