Completed
Push — master ( a77145...4d81b0 )
by
unknown
01:58
created
src/Highcharts/Highcharts.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
         return $this->options[$key] = $value;
48 48
     }
49 49
 
50
+    /**
51
+     * @param string $type
52
+     */
50 53
     protected function formatMethod($key, $type)
51 54
     {
52 55
         $method = $type . studly_case($key) . 'Attribute';
Please login to merge, or discard this patch.