Skip to content

Commit e44b1cd

Browse files
Remove WP_Post type hint for compatibility with development branch
Match development branch changes to resolve merge conflicts. The security updates in development removed this type hint for PHP compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fdec9e7 commit e44b1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/Visualizer/Module/Chart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public function getCharts() {
379379
*
380380
* @return array The array of chart data.
381381
*/
382-
private function _getChartArray( WP_Post $chart = null ) {
382+
private function _getChartArray( $chart = null ) {
383383
if ( is_null( $chart ) ) {
384384
$chart = $this->_chart;
385385
}

0 commit comments

Comments
 (0)