Arnout Boks
Arnout Boks
The same issue happens when you have optional peer dependencies in your `package.json` which end up not being installed, i.e. something like ``` "peerDependencies": { "some-package": "^1.2.3" }, "peerDependenciesMeta": {...
@markrogoyski I noticed that in v2.8.0 some of the the `number` parameter annotations have returned, I guess due to #465. Would it be possible to also convert these to a...
Hi @markrogoyski, thanks for your quick reply and being an awesome maintainer in general! I've created #470 as a followup, with a link to a GitHub project where you can...
Yes, it is still maintained, just maybe not that actively. We use these sniffs ourselves, just not in combination with actual sniffs from `slevomat/coding-standard`. That's why we're not really active...
> [@aboks](https://github.com/aboks) Do you mind looking if [#62472](https://github.com/symfony/symfony/pull/62472) fixes your issue? Yes, that would fix my issue.