doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.76k stars 224 forks source link

Fix conditional typehints #427

Closed aivchen closed 1 year ago

aivchen commented 1 year ago

According to Psalm docs all conditional types must be wrapped inside brackets

greg0ire commented 1 year ago

Thanks @aivchen!