Deploy script won't allow themes to be commited without this declaration. Recent previous case: https://github.com/Automattic/themes/pull/7529
@@ -7,7 +7,7 @@
* @package Beep
* @since Beep 1.0
*/
-
+declare( strict_types = 1 );
if ( ! function_exists( 'beep_support' ) ) :
* @package Ici
* @since Ici 1.0
if ( ! function_exists( 'ici_support' ) ) :
@@ -8,6 +8,8 @@
* @since indice 1.0
+
if ( ! function_exists( 'indice_support' ) ) :
/**
* @package Spiel
* @since Spiel 1.0
if ( ! function_exists( 'spiel_support' ) ) :
* @package Xanadu
* @since Xanadu 1.0
if ( ! function_exists( 'xanadu_support' ) ) :