codestyle

This commit is contained in:
David Remer 2020-09-11 14:24:08 +03:00
parent c788341887
commit 9e2f1f4bf9
11 changed files with 27 additions and 26 deletions

View file

@ -71,7 +71,7 @@ return array(
},
'api.bearer' => static function ( $container ): Bearer {
$cache = new Cache('ppcp-paypal-bearer');
$cache = new Cache( 'ppcp-paypal-bearer' );
$key = $container->get( 'api.key' );
$secret = $container->get( 'api.secret' );