-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a5038e
commit 9d7e59f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pint
updated
15 files
+2 −2 | .github/ISSUE_TEMPLATE/1_Bug_report.yml | |
+6 −0 | .github/workflows/tests.yml | |
+13 −1 | CHANGELOG.md | |
+1 −1 | RELEASE.md | |
+1 −6 | app/Factories/ConfigurationFactory.php | |
+0 −109 | app/Fixers/LaravelPhpdocAlignmentFixer.php | |
+2 −2 | app/Output/Concerns/InteractsWithSymbols.php | |
+ − | builds/pint | |
+5 −5 | composer.json | |
+589 −454 | composer.lock | |
+1 −1 | config/app.php | |
+7 −4 | resources/presets/laravel.php | |
+2 −0 | tests/Feature/Fixers/LaravelPhpdocAlignmentFixerTest.php | |
+1 −1 | tests/Feature/FormatTest.php | |
+2 −1 | tests/Fixtures/fixers/laravel_phpdoc_alignment.php |