You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
Only explicitly format the database seeds and factories subfolders (#8)
The Symfony Finder component only allows excluding folders via relative
paths, meaning we can only exclude the `database/migrations` folder if
we exclude all folders named `migrations`. Instead we can skip including
the entire `database` path and only include the known subfolders we want
to format. See symfony/symfony#28158.
0 commit comments