Fix phpcs (WIP)

This commit is contained in:
Emili Castells Guasch 2023-05-02 14:28:36 +02:00
parent eca8a3b09c
commit 48db0851ce
13 changed files with 227 additions and 19 deletions

View file

@ -200,7 +200,10 @@ class SmartButton implements SmartButtonInterface {
* @var LoggerInterface
*/
private $logger;
/**
* Session handler.
*
* @var SessionHandler
*/
private $session_handler;
@ -209,7 +212,8 @@ class SmartButton implements SmartButtonInterface {
* SmartButton constructor.
*
* @param string $module_url The URL to the module.
* @param string $version The assets version.
* @param string $version The assets version.
* @param SessionHandler $session_handler The Session handler.
* @param Settings $settings The Settings.
* @param PayerFactory $payer_factory The Payer factory.
* @param string $client_id The client ID.