Skip to content

Commit deb514b

Browse files
selulclaude
andcommitted
fix: correct @PARAM docblock flagged by updated phpcs standard
The refreshed coding-standards toolchain surfaced two pre-existing docblock violations in class-rop-scheduler-model.php (missing @PARAM type and spacing). Fixed so PHP Lint passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 2bada66 commit deb514b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

includes/admin/models/class-rop-scheduler-model.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ private function get_week_start( $start = 0 ) {
535535
/**
536536
* Update the events timeline.
537537
*
538-
* @param $new_events $new_events New events timeline.
539-
* @param string $account_id account id.
538+
* @param array $new_events New events timeline.
539+
* @param string $account_id account id.
540540
*
541541
* @return bool Success or not.
542542
*/

0 commit comments

Comments
 (0)