Skip to content

Commit ad08c6d

Browse files
committed
Fixes SNIFF.
1 parent 0f86ce1 commit ad08c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WpAdmin/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected function adminMenu()
7777
\esc_html__('REST API Cache', 'wp-rest-api-cache'),
7878
'manage_options',
7979
self::MENU_SLUG,
80-
function() {
80+
function () {
8181
$this->renderPage();
8282
}
8383
);

0 commit comments

Comments
 (0)