Completed
Push — master ( f6145a...ab3b35 )
by Christophe
02:20
created
GoogleCharts/Charts/OrgChart.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * @param $options OrgChartOptions
67 67
      *
68
-     * @return Map
68
+     * @return OrgChart
69 69
      */
70 70
     public function setOptions($options)
71 71
     {
Please login to merge, or discard this patch.
GoogleCharts/Options/ChartArea.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @param int|string $height
72
+     * @param string $height
73 73
      *
74 74
      * @return $this
75 75
      */
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param int|string $left
84
+     * @param string $left
85 85
      *
86 86
      * @return $this
87 87
      */
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @param int|string $top
96
+     * @param string $top
97 97
      *
98 98
      * @return $this
99 99
      */
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @param int|string $width
108
+     * @param string $width
109 109
      *
110 110
      * @return $this
111 111
      */
Please login to merge, or discard this patch.