Skip to content

Commit

Permalink
Format code by the latest cs-fixer. (#6617)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Mar 23, 2024
1 parent a4b661d commit 3cc6f3a
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Adapter;

use Symfony\Component\Console\Input\InputInterface;
Expand Down
1 change: 1 addition & 0 deletions src/Adapter/Aspects.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Adapter;

use Hyperf\Di\Annotation\AspectCollector;
Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool;

use Hyperf\Database\Commands\CommandCollector;
Expand Down
1 change: 1 addition & 0 deletions src/Describe/AspectsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Describe;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Describe/ListenersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Describe;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Describe/RoutesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Describe;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/AmqpConsumerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/AmqpProducerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/AspectCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/ClassCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/CommandCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/ConstantCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/ControllerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\CodeParser\Project;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/JobCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/KafkaConsumerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/ListenerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/MiddlewareCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/NatsConsumerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/NsqConsumerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/ProcessCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/RequestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Generator/ResourceCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool\Generator;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool;

use Hyperf\Devtool\Adapter\AbstractAdapter;
Expand Down
1 change: 1 addition & 0 deletions src/InfoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool;

use Hyperf\Command\Annotation\Command;
Expand Down
1 change: 1 addition & 0 deletions src/VendorPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace Hyperf\Devtool;

use Hyperf\Collection\Arr;
Expand Down
1 change: 1 addition & 0 deletions tests/Describe/RoutesCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace HyperfTest\Devtool\Describe;

use Hyperf\Contract\ConfigInterface;
Expand Down
1 change: 1 addition & 0 deletions tests/Stub/ContainerStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace HyperfTest\Devtool\Stub;

use Hyperf\Config\Config;
Expand Down
1 change: 1 addition & 0 deletions tests/Stub/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/

namespace HyperfTest\Devtool\Stub;

class IndexController
Expand Down

0 comments on commit 3cc6f3a

Please sign in to comment.