Someone asked how to validate nullable boolean value on Symfony slack,
so I created this simple repository to show how that can be done
- Clone repository
- Run
composer install - Run
symfony serve - Open application on your browser
- You should see validator error
- Profit
Copyright © 2023 Tarmo Leppänen