Skip to content

update comment

update comment #632

Triggered via push October 6, 2025 16:25
Status Success
Total duration 1m 56s
Artifacts

lint.yml

on: push
Matrix: phpstan
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
WordPress.DB.DirectDatabaseQuery.NoCaching: includes/class-plugin.php#L1230
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.DirectQuery: includes/class-plugin.php#L1230
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: includes/class-plugin.php#L1223
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WordPress.DB.DirectDatabaseQuery.DirectQuery: includes/class-plugin.php#L1223
Use of a direct database call is discouraged.
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error: includes/object-cache.php#L940
trigger_error() found. Debug code should not normally be used in production.