Skip to content

Commit

Permalink
[migrator] Added `@phpcs:disable PSR1.Classes.ClassDeclaration.Missin…
Browse files Browse the repository at this point in the history
…gNamespace` to `migration.stub`.
  • Loading branch information
LastDragon-ru committed May 15, 2021
1 parent b81e692 commit abf8704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/migrator/stubs/migration.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php declare(strict_types = 1);

// @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace

use LastDragon_ru\LaraASP\Migrator\Migrations\RawMigration;

class {{ class }} extends RawMigration {
Expand Down

0 comments on commit abf8704

Please sign in to comment.