I'm not sure if this is a PHP 8.x thing or not, but the line here:
__( 'Welcome to Shared Counts. Please see %1$the documentation%2$s for more information.', 'shared-counts' ),
needs to be:
__( 'Welcome to Shared Counts. Please see %1$s the documentation %2$s for more information.', 'shared-counts' ),
