Christophe Coevoet
Christophe Coevoet
Xdebug 3.5.0-alpha is shipping support for native path mapping. Twig templates are a perfect use case for this feature, which would allow developers to define breakpoints on the Twig files...
When the data provider generates test cases based on some external sources, it might happen that there is no cases to be tested. As PHPUnit [triggers an error](https://github.com/sebastianbergmann/phpunit/blob/02d9f1223c2748d1179e0c298997edb3e7eeae32/src/Metadata/Api/DataProvider.php#L245) when a...
Now that we have support for using custom tests written using the cucumber gherkin testdata format, all our existing fixtures used by ParserTest should be converted to the gherkin testdata...
Currently, the JsonStreamer component is documented in https://symfony.com/doc/current/serializer/streaming_json.html as a subpage of the Serializer component. This makes it hard to find (as it does not appear on the main index...
This polyfill should be implemented in 2 places: - in `symfony/polyfill-intl-grapheme` - in `symfony/polyfill-php85`, **only** when the intl extension is loaded (to cover the case of using intl on older...
### Feature request PHP-CS-Fixer currently has a DeclareStrictTypesFixer which enforces the usage of strict types. However, the strict_types mode of PHP is not superior to the default mode. In some...
### Problem description In https://github.com/phpspec/prophecy, we have a config disabling the `visibility_required` fixer, while applying `@PER-CS` otherwise. New CI runs installing PHP-CS-Fixer 3.88+ don't disable the fixer properly, as it...
## Expected behavior ## Actual behavior ``` PHP Warning: Array to string conversion in phar:///home/stof/src/scssphp/scssphp/phpDocumentor.phar/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/CallableAdapter.php on line 78 ``` ## Steps to reproduce the problem 1. Clone the `scssphp/scssphp` repo...
## Expected behavior Only the phpdocumentor output should be displayed. ## Actual behavior ```console $ ./phpDocumentor.phar -V PHP Deprecated: League\Flysystem\MountManager::get(): Implicitly marking parameter $handler as nullable is deprecated, the explicit...
# Feature request Especially when using the inline variant in a middle of a sentence, using the FQCN make the tag very long. It would be great to resolve relative...