diff --git a/pint.json b/pint.json index e7a8443..596b15b 100644 --- a/pint.json +++ b/pint.json @@ -6,7 +6,6 @@ "scope": "namespaced", "strict": true }, - "no_superfluous_phpdoc_tags": false, "php_unit_method_casing": false } } diff --git a/src/Commands/MigrationGeneratorCommand.php b/src/Commands/MigrationGeneratorCommand.php index 897cf57..a7df6f3 100644 --- a/src/Commands/MigrationGeneratorCommand.php +++ b/src/Commands/MigrationGeneratorCommand.php @@ -16,7 +16,6 @@ abstract class MigrationGeneratorCommand extends \Illuminate\Console\MigrationGe /** * Create a new notifications table command instance. * - * @param \Illuminate\Filesystem\Filesystem $files * @return void */ public function __construct(Filesystem $files) diff --git a/src/PresetManager.php b/src/PresetManager.php index 6991cdf..92767f4 100644 --- a/src/PresetManager.php +++ b/src/PresetManager.php @@ -8,8 +8,6 @@ class PresetManager extends Manager { /** * The default driver name. - * - * @var string */ protected string $defaultPreset = 'laravel';