Rémi Marseille
Rémi Marseille
This exception is threw because your `ContactRequestType` extends the `ContactType` which requires some dependencies, see my previous comment.
Hi, You can find different solutions in the official documentation: https://phpstan.org/user-guide/ignoring-errors If you want to disable it globally, I think you can redeclare [the parameter](https://github.com/ekino/phpstan-banned-code/blob/master/extension.neon#L12) in your project.
Hi @ywcdiao yes exactly, as described in the [README.md](https://github.com/ekino/phpstan-banned-code#basic-usage) it will include extension.neon for you.
Hi @gnadelwartz , Yes you're right, we could pass options in construct as the provider. Could you open a PR in this way please?
Could you please replace `hhvm` by `7.2` and add `7.3` as well in `.travis.yml`?
Could you please update `CHANGELOG.md` as well? Thanks
Travis is failing because of a deprecation: `The each() function is deprecated.` You should be able to reproduce it if you have a runtime in PHP 7.2 by running `make...
Hi @irazasyed , I can't for now, time is missing but your contribution would be welcome :).
Thanks @codingleo 👍
Hi @marianflorin , A PR was opened to do that but still pending, https://github.com/mremi/UrlShortenerBundle/pull/11, do you want to finalize it?