Skip to content

Commit aacc759

Browse files
committed
fix: Code style fixes
1 parent 21caaba commit aacc759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/oblak-wp-hook-utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function xwp_get_hookable_method_types( object|string $obj ): int {
8787
$method_types |= ReflectionMethod::IS_STATIC;
8888
}
8989

90-
if ( in_array( '\Oblak\WP\Traits\Accessible_Hook_Methods', xwp_class_uses_deep( $obj ), true ) ) {
90+
if ( in_array( 'Oblak\WP\Traits\Accessible_Hook_Methods', xwp_class_uses_deep( $obj ), true ) ) {
9191
$method_types |= ReflectionMethod::IS_PRIVATE | ReflectionMethod::IS_PROTECTED;
9292
}
9393

0 commit comments

Comments
 (0)