Skip to content

Commit

Permalink
tformat.json has been dropped in favor of a single tlint.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dommer1 committed May 27, 2024
1 parent 54a859c commit a77d600
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/StarterKitServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function boot(): void
__DIR__.'/../stubs/phpstan.stub' => $this->app->basePath('phpstan.neon'),
__DIR__.'/../stubs/pint.stub' => $this->app->basePath('pint.json'),
__DIR__.'/../stubs/tlint.stub' => $this->app->basePath('tlint.json'),
__DIR__.'/../stubs/tformat.stub' => $this->app->basePath('tformat.json'),
__DIR__.'/../stubs/env-testing.stub' => $this->app->basePath('.env.testing'),
__DIR__.'/../stubs/config/project.stub' => $this->app->basePath('config/project.php'),
// Tests stubs
Expand Down
4 changes: 0 additions & 4 deletions stubs/tformat.stub

This file was deleted.

0 comments on commit a77d600

Please sign in to comment.