Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 16, 2024
1 parent 3da8b88 commit d87a945
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scope": "namespaced",
"strict": true
},
"no_superfluous_phpdoc_tags": false,
"php_unit_method_casing": false
}
}
1 change: 0 additions & 1 deletion src/Commands/MigrationGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions src/PresetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ class PresetManager extends Manager
{
/**
* The default driver name.
*
* @var string
*/
protected string $defaultPreset = 'laravel';

Expand Down

0 comments on commit d87a945

Please sign in to comment.