mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -7,7 +7,7 @@ use League\OAuth2\Client\Provider\Google;
|
||||
class OAuthClientProviderGoogle extends OAuthClientProviderAbstract
|
||||
{
|
||||
/** @var string */
|
||||
static protected $sVendorName = 'Google';
|
||||
protected static $sVendorName = 'Google';
|
||||
|
||||
public function __construct($oOAuthClient, array $collaborators = [])
|
||||
{
|
||||
@@ -24,4 +24,4 @@ class OAuthClientProviderGoogle extends OAuthClientProviderAbstract
|
||||
$this->oVendorProvider = new Google($aOptions, $collaborators);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user