diff --git a/src/Commands/GeneratorCommand.php b/src/Commands/GeneratorCommand.php index 1f0411c..4e55a58 100644 --- a/src/Commands/GeneratorCommand.php +++ b/src/Commands/GeneratorCommand.php @@ -7,8 +7,8 @@ use Orchestra\Canvas\Core\Contracts\GeneratesCode; /** - * @property string|null $name - * @property string|null $description + * @property string|null $name + * @property string|null $description */ abstract class GeneratorCommand extends \Illuminate\Console\GeneratorCommand implements GeneratesCode { diff --git a/src/Commands/MigrationGeneratorCommand.php b/src/Commands/MigrationGeneratorCommand.php index 299d76c..0d7408b 100644 --- a/src/Commands/MigrationGeneratorCommand.php +++ b/src/Commands/MigrationGeneratorCommand.php @@ -7,8 +7,8 @@ use Orchestra\Canvas\Core\Concerns\MigrationGenerator; /** - * @property string|null $name - * @property string|null $description + * @property string|null $name + * @property string|null $description */ abstract class MigrationGeneratorCommand extends \Illuminate\Console\MigrationGeneratorCommand {