mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Remove psalm comments
This commit is contained in:
parent
fa11c6863f
commit
78bbc1fd67
5 changed files with 2 additions and 31 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue