Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid matching multi-line imports (#43093)
Multi-line imports are broken: ``` use Illuminate\Foundation\Testing\{ DatabaseTransactions, WithFaker, }; ``` Results in output: ``` DatabaseTransactions, WithFaker, use Illuminate\Foundation\Testing\{ }; ```
- Loading branch information