From 7d0bf5299c44c6bd3d959ef691620532e19946c3 Mon Sep 17 00:00:00 2001 From: Kirill Braslavsky Date: Thu, 1 Apr 2021 13:54:14 +0300 Subject: [PATCH] remove nonexisting parameter from docblock --- modules/ppcp-button/src/Assets/class-smartbutton.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ppcp-button/src/Assets/class-smartbutton.php b/modules/ppcp-button/src/Assets/class-smartbutton.php index 776621dea..85b3cd552 100644 --- a/modules/ppcp-button/src/Assets/class-smartbutton.php +++ b/modules/ppcp-button/src/Assets/class-smartbutton.php @@ -123,7 +123,6 @@ class SmartButton implements SmartButtonInterface { * @param SessionHandler $session_handler The Session Handler. * @param Settings $settings The Settings. * @param PayeeRepository $payee_repository The Payee Repository. - * @param IdentityToken $identity_token The Identity Token. * @param PayerFactory $payer_factory The Payer factory. * @param string $client_id The client ID. * @param RequestData $request_data The Request Data helper.