Skip to content

Commit 87e8208

Browse files
committed
Change syntax to be 7.4 compat
1 parent dad004c commit 87e8208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/user-notification/namespace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function bootstrap() {
2121
* @param string $content The current version or update notification.
2222
* @return string
2323
*/
24-
function notify_users( string|null $content = '' ) : string {
24+
function notify_users( ?string $content = null ) : string {
2525
$message = sprintf(
2626
// translators: 1) Fair PM URL, 2) AspirePress URL.
2727
__( 'Updates served from the <a href="%1$s">FAIR Package Manager</a> and <a href="%2$s">AspirePress</a>', 'fair' ),

0 commit comments

Comments
 (0)