Skip to content

Commit

Permalink
format php
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Sep 19, 2023
1 parent ec3bdae commit 558b2ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private static function parse_settings( array $settings ) {
if ( ! array_key_exists( $font_family, $fonts ) ) {
$fonts[ $font_family ] = array();
}

$fonts[ $font_family ] = static::convert_font_face_properties( $definition['fontFace'] );
}
}
Expand All @@ -85,7 +85,7 @@ private static function parse_settings( array $settings ) {
*
* @since 6.4.0
*
* @param array $font_face_definition The font-face definitions to convert.
* @param array $font_face_definition The font-face definitions to convert.
* @return array Converted font-face properties.
*/
private static function convert_font_face_properties( array $font_face_definition ) {
Expand Down

0 comments on commit 558b2ad

Please sign in to comment.