Skip to content

Commit 621eab9

Browse files
committed
PHPCS cleanup.
1 parent 878ad30 commit 621eab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestApi/RestDispatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function addHooks()
7373
*/
7474
protected function preDispatch($result, WP_REST_Server $server, WP_REST_Request $request)
7575
{
76-
if ( $result !== null || \apply_filters(self::FILTER_CACHE_BYPASS, false) === true ) {
76+
if ($result !== null || \apply_filters(self::FILTER_CACHE_BYPASS, false) === true) {
7777
return $result;
7878
}
7979
$request_uri = $this->getRequestUri();

0 commit comments

Comments
 (0)