Skip to content
Snippets Groups Projects
Commit 0fe6fdfc authored by Marcin Kolanko's avatar Marcin Kolanko
Browse files

refactor: add code format

parent fe093b28
No related branches found
No related tags found
1 merge request!27fix: check if get_current_screen is an object
Pipeline #180739 passed with stages
in 1 minute and 15 seconds
......@@ -103,7 +103,7 @@ class Notice
$screen = \get_current_screen();
return is_object( $screen ) ? $screen->is_block_editor() : false;
return is_object($screen) ? $screen->is_block_editor() : false;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment