Remove psalm comments

This commit is contained in:
Emili Castells Guasch 2024-07-02 17:38:25 +02:00
parent fa11c6863f
commit 78bbc1fd67
5 changed files with 2 additions and 31 deletions

View file

@ -95,11 +95,6 @@ class PayLaterWCBlocksRenderer {
) {
if ( PayLaterWCBlocksModule::is_placement_enabled( $c->get( 'wcgateway.settings.status' ), $location ) ) {
/**
* The BN code.
*
* @psalm-suppress UndefinedConstant -- PPCP_PAYPAL_BN_CODE
*/
$bn_code = PPCP_PAYPAL_BN_CODE;
$html = '<div id="' . esc_attr( $attributes['ppcpId'] ?? '' ) . '" class="ppcp-messages" data-partner-attribution-id="' . esc_attr( $bn_code ) . '"></div>';