Skip to content

Commit

Permalink
Fix return type (the fixing)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 22, 2024
1 parent f47372c commit 2090938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static function get_provider_name() {
* Returns the ratio of valid urls from the provider source urls
* for the Critical CSS generation to be considered successful.
*
* @return integer
* @return float|int
*/
abstract public static function get_success_ratio();
}

0 comments on commit 2090938

Please sign in to comment.