Skip to content

Commit

Permalink
Rector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Sep 25, 2024
1 parent d4b4eff commit 30d8bb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mantle/http-client/class-cache-middleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public function __invoke( Pending_Request $request, Closure $next ): Response {
* Purge the cache for a request.
*
* @param Pending_Request $request Request to purge the cache for.
* @return bool
*/
public function purge( Pending_Request $request ): bool {
return wp_cache_delete( $this->get_cache_key( $request ), self::CACHE_GROUP );
Expand Down

0 comments on commit 30d8bb4

Please sign in to comment.