delete transients #630
lint.yml
on: push
EditorConfig
6s
Plugin Check
1m 40s
Matrix: phpstan
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.
|