mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
d4fe88d8f2
92d38cfba3
[TypeDeclaration] Refactor UnionTypeMapper::narrowBoolType() to allow bool|int|false converted to bool|int (#3685)
PHPDoc-Parser for PHPStan
Next generation phpDoc parser with support for intersection types and generics.
Code of Conduct
This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.
Building
Initially you need to run composer install
, or composer update
in case you aren't working in a folder which was built before.
Afterwards you can either run the whole build including linting and coding standards using
make
or run only tests using
make tests