Skip to content

Commit

Permalink
Fix for CS
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Sep 27, 2024
1 parent f57774b commit 7688800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ public function allowed_redirect_hosts( array $hosts ): array {
)
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ protected function get_template_from_plugin( string $file_name, string $dir_path
$template = trailingslashit( $dir_path ) . $file_name;
return file_exists( $template ) ? $template : false;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ public function test_template_include_with_theme_template(): void {
// $this->assertSame('/path/to/theme/theme-endpoint-template.php', $template); // ..????
$this->assertSame( '/default/template.php', $template );
}
}
}

0 comments on commit 7688800

Please sign in to comment.