package namespace fix

This commit is contained in:
Dennis Eichhorn 2020-09-26 12:16:42 +02:00
parent 781366694c
commit abf0c43582
5 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Provider
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -20,7 +20,7 @@ use phpOMS\Auth\OAuth2\Token\AccessToken;
/** /**
* Provider class. * Provider class.
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Provider
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Provider
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -18,7 +18,7 @@ namespace phpOMS\Auth\OAuth2\Provider;
/** /**
* Provider class. * Provider class.
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Provider
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Provider
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -30,7 +30,7 @@ use phpOMS\Auth\OAuth2\OptionProvider\PostAuthOptionProvider;
/** /**
* Provider class. * Provider class.
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Provider
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package phpOMS\Auth\OAuth2\OptionProvider * @package phpOMS\Auth\OAuth2\Provider
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -18,7 +18,7 @@ namespace phpOMS\Auth\OAuth2\Provider;
/** /**
* Provider class. * Provider class.
* *
* @package phpOMS\Auth\OAuth2\OptionProvider * @package phpOMS\Auth\OAuth2\Provider
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0

View File

@ -4,7 +4,7 @@
* *
* PHP Version 7.4 * PHP Version 7.4
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Token
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -17,7 +17,7 @@ namespace phpOMS\Auth\OAuth2\Token;
/** /**
* Access token class. * Access token class.
* *
* @package phpOMS\Auth\OAuth2 * @package phpOMS\Auth\OAuth2\Token
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://orange-management.org * @link https://orange-management.org
* @since 1.0.0 * @since 1.0.0