Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Miraeld committed Nov 14, 2024
1 parent 64ee2bc commit dc047e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/Engine/Media/Fonts/Frontend/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ class Controller {
*/
private $filesystem;

/**
* Base path.
*
* @var string
*/
private $base_path;

/**
Expand Down Expand Up @@ -152,6 +157,7 @@ public function disable_google_fonts_preload( $disable ): bool {
/**
* Sets the font internal style.
*
* @param string $gf_parameters Google Fonts parameters.
* @param string $css_path CSS file path.
*
* @return string|bool
Expand Down

0 comments on commit dc047e9

Please sign in to comment.