Completed
Push — master ( 110a17...f6145a )
by Christophe
03:27
created
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.