dev-feature/reporter
dev-feature/reporter
MIT
The Requires
- hhvm >=3.6
The Development Requires
by Noritaka Horio
dev-master
9999999-dev
MIT
The Requires
- hhvm >=3.6
The Development Requires
by Noritaka Horio
Wallogit.com
2017 © Pedro Peláez
, (*2)
You only need to specify the directory where you want to check the type., (*3)
vendor/bin/typesafety [RootDirectory]
By adding a set to composer.json, it will be able to easily run., (*4)
{
"scripts": {
"check": "vendor/bin/typesafety"
}
}
You can run the typecheck with the following command., (*5)
composer check
You can run the test with the following command., (*6)
composer install composer test
MIT
MIT