We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba9baa commit df30934Copy full SHA for df30934
1 file changed
classes/Visualizer/Module/Chart.php
@@ -379,7 +379,7 @@ public function getCharts() {
379
*
380
* @return array The array of chart data.
381
*/
382
- private function _getChartArray( ?WP_Post $chart = null ) {
+ private function _getChartArray( $chart = null ) {
383
if ( is_null( $chart ) ) {
384
$chart = $this->_chart;
385
}
0 commit comments