Skip to content

Commit 433c136

Browse files
committed
adjust typing
1 parent 4469ad5 commit 433c136

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/WordPressAdmin.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,11 @@ public static function wp2staticAdminScripts() : void {
424424
wp_enqueue_script( 'wp2static_admin_scripts' );
425425
}
426426

427-
public static function wp2staticAdminFooterText( $content ) : string {
427+
public static function wp2staticAdminFooterText( string $content ) : string {
428428
return 'Thank you for using ' .
429+
// @phpcs:ignore Generic.Files.LineLength.TooLong
429430
'<a href="https://link.strattic.com/wp2static-footer" target="_blank">WP2Static</a> by ' .
431+
// @phpcs:ignore Generic.Files.LineLength.TooLong
430432
'<a href="https://link.strattic.com/strattic-wp2static-footer" target="_blank">Strattic</a>.';
431433
}
432434

0 commit comments

Comments
 (0)