Tests: Add PHP 8.4 and move PCOV to PHP 8.2 #19740
Annotations
5 warnings
PHP 8.4:
src/services/content-api/class-content-api-service.php#L88
Parsely\Services\Content_API\Content_API_Service::get_post_details(): Implicitly marking parameter $period_start as nullable is deprecated, the explicit nullable type must be used instead
|
PHP 8.4:
src/services/content-api/class-content-api-service.php#L88
Parsely\Services\Content_API\Content_API_Service::get_post_details(): Implicitly marking parameter $period_end as nullable is deprecated, the explicit nullable type must be used instead
|
PHP 8.4:
src/services/content-api/class-content-api-service.php#L117
Parsely\Services\Content_API\Content_API_Service::get_post_referrers(): Implicitly marking parameter $period_start as nullable is deprecated, the explicit nullable type must be used instead
|
PHP 8.4:
src/services/content-api/class-content-api-service.php#L117
Parsely\Services\Content_API\Content_API_Service::get_post_referrers(): Implicitly marking parameter $period_end as nullable is deprecated, the explicit nullable type must be used instead
|
PHP 8.4:
src/rest-api/content-helper/trait-content-helper-feature.php#L59
Parsely\REST_API\Content_Helper\Content_Helper_Feature::is_available_to_current_user(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead
|