Skip to content

Commit 30cd72f

Browse files
committed
fix: PHPCS issue
1 parent 99e7802 commit 30cd72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/classes/class-rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ function ( $site ) use ( $site_id ) {
754754
private function get_all_local_patterns_map(): array {
755755
$patterns_map = array();
756756

757-
$pattern_categories = \WP_Block_Pattern_Categories_Registry::get_instance()->get_all_registered();
757+
$pattern_categories = \WP_Block_Pattern_Categories_Registry::get_instance()->get_all_registered();
758758

759759
$user_created_categories = get_terms(
760760
array(

0 commit comments

Comments
 (0)