Skip to content

Commit

Permalink
Applied fixes from StyleCI (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Apr 20, 2016
1 parent 10dcd75 commit b87fc42
Show file tree
Hide file tree
Showing 86 changed files with 0 additions and 86 deletions.
1 change: 0 additions & 1 deletion src/Broadcast/Broadcast.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Broadcast;

use EasyWeChat\Core\AbstractAPI;
Expand Down
1 change: 0 additions & 1 deletion src/Broadcast/MessageBuilder.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Broadcast;

use EasyWeChat\Core\Exceptions\InvalidArgumentException;
Expand Down
1 change: 0 additions & 1 deletion src/Broadcast/Transformer.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Broadcast;

use EasyWeChat\Core\Exceptions\InvalidArgumentException;
Expand Down
1 change: 0 additions & 1 deletion src/Core/AbstractAPI.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Core;

use EasyWeChat\Core\Exceptions\HttpException;
Expand Down
1 change: 0 additions & 1 deletion src/Core/AccessToken.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core;

use Doctrine\Common\Cache\Cache;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Exception.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core;

use Exception as BaseException;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Exceptions/FaultException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core\Exceptions;

use EasyWeChat\Core\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Exceptions/HttpException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core\Exceptions;

use EasyWeChat\Core\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Exceptions/InvalidArgumentException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core\Exceptions;

use EasyWeChat\Core\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Exceptions/InvalidConfigException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core\Exceptions;

use EasyWeChat\Core\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Exceptions/RuntimeException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core\Exceptions;

use EasyWeChat\Core\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Exceptions/UnboundServiceException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Core\Exceptions;

use EasyWeChat\Core\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Core/Http.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Core;

use EasyWeChat\Core\Exceptions\HttpException;
Expand Down
1 change: 0 additions & 1 deletion src/Device/DeviceHttpException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Device;

use EasyWeChat\Core\Exception as CoreException;
Expand Down
1 change: 0 additions & 1 deletion src/Encryption/EncryptionException.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Encryption;

use EasyWeChat\Core\Exception as CoreException;
Expand Down
1 change: 0 additions & 1 deletion src/Encryption/Encryptor.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Encryption;

use EasyWeChat\Core\Exceptions\InvalidConfigException;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/Application.php
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation;

use Doctrine\Common\Cache\FilesystemCache;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/Config.php
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation;

use EasyWeChat\Support\Collection;
Expand Down
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Broadcast\Broadcast;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/JsServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Js\Js;
Expand Down
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Material\Material;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/MenuServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Menu\Menu;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/NoticeServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Notice\Notice;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/OAuthServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use Overtrue\Socialite\SocialiteManager as Socialite;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/POIServiceProvider.php
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\POI\POI;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/PaymentServiceProvider.php
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Payment\LuckyMoney\LuckyMoney;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/QRCodeServiceProvider.php
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\QRCode\QRCode;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/ReplyServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Reply\Reply;
Expand Down
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Semantic\Semantic;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/ServerServiceProvider.php
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Encryption\Encryptor;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/StaffServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Staff\Staff;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/StatsServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Stats\Stats;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/UrlServiceProvider.php
Expand Up @@ -19,7 +19,6 @@
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\Url\Url;
Expand Down
1 change: 0 additions & 1 deletion src/Foundation/ServiceProviders/UserServiceProvider.php
Expand Up @@ -23,7 +23,6 @@
* @link https://github.com/overtrue/wechat
* @link http://overtrue.me
*/

namespace EasyWeChat\Foundation\ServiceProviders;

use EasyWeChat\User\Group;
Expand Down
1 change: 0 additions & 1 deletion src/Js/Js.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Js;

use Doctrine\Common\Cache\Cache;
Expand Down
1 change: 0 additions & 1 deletion src/Material/Material.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Material;

use EasyWeChat\Core\AbstractAPI;
Expand Down
1 change: 0 additions & 1 deletion src/Material/Temporary.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Material;

use EasyWeChat\Core\AbstractAPI;
Expand Down
1 change: 0 additions & 1 deletion src/Menu/Menu.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Menu;

use EasyWeChat\Core\AbstractAPI;
Expand Down
1 change: 0 additions & 1 deletion src/Message/AbstractMessage.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

use EasyWeChat\Support\Attribute;
Expand Down
1 change: 0 additions & 1 deletion src/Message/Article.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Image.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Link.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Location.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Material.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Music.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/News.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Raw.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/ShortVideo.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Text.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Message/Transfer.php
Expand Up @@ -18,7 +18,6 @@
* @link https://github.com/overtrue
* @link http://overtrue.me
*/

namespace EasyWeChat\Message;

/**
Expand Down

0 comments on commit b87fc42

Please sign in to comment.