We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180156f commit 7be11faCopy full SHA for 7be11fa
redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php
@@ -278,11 +278,11 @@ public function get_fonts() {
278
/**
279
* Add custom fonts.
280
*
281
- * @param array $custom_fonts Custom fonts.
+ * @param mixed $custom_fonts Custom fonts.
282
283
* @return array
284
*/
285
- public function add_custom_fonts( array $custom_fonts ): array {
+ public function add_custom_fonts( $custom_fonts ): array {
286
if ( empty( $custom_fonts ) ) {
287
$custom_fonts = array();
288
}
0 commit comments