Skip to content

delete transients

delete transients #630

Triggered via push October 6, 2025 16:21
Status Cancelled
Total duration 1m 46s
Artifacts

lint.yml

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

Annotations

6 errors and 5 warnings
PHPStan (PHP 7.4; Relay 0.7.0)
Process completed with exit code 1.
PHPStan (PHP 7.4; Relay 0.7.0): includes/cli/class-commands.php#L86
Undefined variable: $result
PHPStan (PHP 8.2; Relay 0.7.0)
Process completed with exit code 1.
PHPStan (PHP 8.2; Relay 0.7.0): includes/cli/class-commands.php#L86
Undefined variable: $result
Plugin Check
Canceling since a higher priority waiting request for Code style-refs/heads/fix/delete-transients exists
Code style
Canceling since a higher priority waiting request for Code style-refs/heads/fix/delete-transients exists
WordPress.DB.DirectDatabaseQuery.NoCaching: includes/class-plugin.php#L1227
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#L1227
Use of a direct database call is discouraged.
WordPress.DB.DirectDatabaseQuery.NoCaching: includes/class-plugin.php#L1220
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#L1220
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.