Skip to content

Commit

Permalink
CS. (#11)
Browse files Browse the repository at this point in the history
* Enhancement #9

* CS.
  • Loading branch information
overtrue committed Apr 29, 2016
1 parent c9b6455 commit 14e7647
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 55 deletions.
11 changes: 0 additions & 11 deletions src/AccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
* with this source code in the file LICENSE.
*/

/**
* AccessToken.php.
*
* This file is part of the socialite.
*
* (c) overtrue <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Overtrue\Socialite;

use ArrayAccess;
Expand Down
11 changes: 0 additions & 11 deletions src/AccessTokenInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
* with this source code in the file LICENSE.
*/

/**
* AccessTokenInterface.php.
*
* This file is part of the socialite.
*
* (c) overtrue <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Overtrue\Socialite;

/**
Expand Down
11 changes: 0 additions & 11 deletions src/AttributeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
* with this source code in the file LICENSE.
*/

/**
* AttributeTrait.php.
*
* This file is part of the socialite.
*
* (c) overtrue <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Overtrue\Socialite;

/**
Expand Down
11 changes: 0 additions & 11 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
* with this source code in the file LICENSE.
*/

/**
* Config.php.
*
* This file is part of the socialite.
*
* (c) overtrue <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Overtrue\Socialite;

use ArrayAccess;
Expand Down
3 changes: 3 additions & 0 deletions src/FactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

namespace Overtrue\Socialite;

/**
* Interface FactoryInterface.
*/
interface FactoryInterface
{
/**
Expand Down
11 changes: 0 additions & 11 deletions src/Providers/DoubanProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
* with this source code in the file LICENSE.
*/

/**
* DoubanProvider.php.
*
* This file is part of the socialite.
*
* (c) overtrue <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Overtrue\Socialite\Providers;

use Overtrue\Socialite\AccessTokenInterface;
Expand Down

0 comments on commit 14e7647

Please sign in to comment.