Skip to content

Commit 4703bf9

Browse files
authored
Format all files. (#1562)
1 parent b9402ba commit 4703bf9

177 files changed

Lines changed: 0 additions & 177 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Commands/Ast/ModelRewriteConnectionVisitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Ast;
1413

1514
use PhpParser\Node;

src/Commands/Ast/ModelRewriteInheritanceVisitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Ast;
1413

1514
use Hyperf\Database\Commands\ModelData;

src/Commands/Ast/ModelUpdateVisitor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Ast;
1413

1514
use Hyperf\Database\Commands\ModelOption;

src/Commands/Migrations/BaseCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Migrations;
1413

1514
use Hyperf\Command\Command;

src/Commands/Migrations/FreshCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Migrations;
1413

1514
use Hyperf\Command\Command;

src/Commands/Migrations/GenMigrateCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Migrations;
1413

1514
use Hyperf\Database\Migrations\MigrationCreator;

src/Commands/Migrations/InstallCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Migrations;
1413

1514
use Hyperf\Database\Migrations\MigrationRepositoryInterface;

src/Commands/Migrations/MigrateCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Migrations;
1413

1514
use Hyperf\Command\ConfirmableTrait;

src/Commands/Migrations/RefreshCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Migrations;
1413

1514
use Hyperf\Command\Command;

src/Commands/Migrations/ResetCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @contact group@hyperf.io
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
1312
namespace Hyperf\Database\Commands\Migrations;
1413

1514
use Hyperf\Command\ConfirmableTrait;

0 commit comments

Comments
 (0)