Mathieu Rochette
Mathieu Rochette
Hi! I had a quick look at this, in a very simple playground project, I have this generated type: ```php
Looks like we need a reminder :) So, the issue is fixed on develop but there are no tagged releases with the fix you can: * use develop * use...
> The TOC blocks need some styling yet, and should probably be indented by their sub-level, too. (I'm not sure if that's a template question or CSS question.) I'm in...
Hi y'all! I gave a try at styling this and made another change: I noticed the TOC would also be generated for other documents related to the PSR/PER listed in...
@Crell It's possible to make it either fixed or sticky when we start scrolling with CSS only (eg: `position: sticky`;), but if the TOC block height is greater than the...
given the first 3 points, it should probably be named [CONTRIBUTING.md](https://github.com/blog/1184-contributing-guidelines)
@erayd sorry I missed this, I’ll take a look at this in the next few days
@erayd this seems a bit tricky 😕 one think though, shouldn't `$path->setFromDefault();` be called at the end of the previous `if` (one line up) ? it will still cause problems...
Could be a candidate for the pedantic level :) or a "Stricter analysis" option
@VincentLanglet It's very cool that PHPStan understands your example that well. However, I think the point @EmielM wanted to make is that the exact input is not always known. And...