Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Nov 14, 2024
1 parent 8147c3a commit b55ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Media/Fonts/Frontend/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function disable_google_fonts_preload( $disable ): bool {
* Download font
*
* @param string $font_url Font url to be downloaded.
* @param int $font_version The version of the font
* @param int $font_version The version of the font.
* @param string $provider The font provider.
*/
private function download_font( string $font_url, int $font_version, string $provider = 'google-font' ): void {
Expand Down

0 comments on commit b55ea83

Please sign in to comment.