lscache_wp icon indicating copy to clipboard operation
lscache_wp copied to clipboard

Type error: wp_cache_delete can return null

Open nymwo opened this issue 3 months ago • 0 comments

Due to this method returning bool|null: https://github.com/litespeedtech/lscache_wp/blob/ae7624ebd11fd4b832987a7c1a0779e5488f078c/src/object-cache.cls.php#L740-L749

wp_cache_delete returns bool|null even though it's documented as returning bool: https://github.com/litespeedtech/lscache_wp/blob/ae7624ebd11fd4b832987a7c1a0779e5488f078c/src/object.lib.php#L202-L212

nymwo avatar Oct 17 '25 15:10 nymwo