Skip to content

Conversation

Copy link

Copilot AI commented Nov 5, 2025

The PHPDoc for schedule_post_activity() was flagged as not reflecting the nullable $post_before parameter type. However, this was already corrected in commit 5e4d89b.

Current state (already correct):

/**
 * @param \WP_Post|null $post_before Post object before the update.
 */
public static function schedule_post_activity( $post_id, $post, $update, $post_before = null ) {

The PHPDoc correctly documents the nullable type, matching the function signature. No additional changes needed.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix feedback on removing actor mode setting for capability-based actors Confirm PHPDoc already reflects nullable $post_before parameter Nov 5, 2025
Copilot AI requested a review from pfefferle November 5, 2025 17:58
Copilot finished work on behalf of pfefferle November 5, 2025 17:58
@pfefferle pfefferle marked this pull request as ready for review November 5, 2025 18:02
@pfefferle
Copy link
Member

@copilot there is no change in this PR!?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants