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
Add documentation on bootstrap file with Symfony 5+ (#171)
* Add documentation on bootstrap file with Symfony 5+
In Symfony 5, the recipe does not create a `config/bootstrap.php` file.
It should be located in `tests` folder if you have some tests, or missing if not, so I added a link to document how to deal with that file.
* typos
In Symfony 5, the bootstrap file might be located in `tests/` folder or even missing. Check the [Symfony documentation about custom bootstrap process](https://symfony.com/doc/current/testing/bootstrap.html) for more informations.
81
+
80
82
## Custom types
81
83
82
84
If your application uses custom Doctrine types, you can write your own type descriptors to analyse them properly.
0 commit comments