Christophe Coevoet
Christophe Coevoet
I ported this package to PHP as part of the [scssphp project](https://github.com/scssphp/) (as I'm porting dart-sass which uses this package). When collecting code coverage for the testsuite of my PHP...
### Is your feature request related to a problem? Currently, the generated code for endpoints uses `@param array $params`, which does not provide any information to static analysis tools about...
As `phpdocumentor/guides-markdown` provides only classes for the `Markdown` subnamespace, using a more precise autoload prefix for the PSR-4 configuration will allow the ClassLoader to avoid checking that package for other...
The readme says that it will back online probably mid-June. We are already in September. Will this tool come back online ? It was very handy to have this website...
### Proposal I discovered the fact that a `ruby-overhang` property exists when Safari announced that the implemented it in Safari TP 203. It would be great to document what this...
KernelTestCase does not have a `$container` static property
When using `$container->getParameter('parameter_containing_a_list')`, the type provided by the extension is `array` (with the appropriate type for `T`). This causes issues when running phpstan in bleeding and passing that value to...
More and more npm packages are shipping as ESM. In node, the compatibility between ESM and CommonJS has some limitation: - an ES module can import a CommonJS module -...