Dariusz Rumiński

Results 59 issues of Dariusz Rumiński

According to docs of `ScalarComparator`: > Compares scalar or NULL values for equality. `equality`, do we consider it as an equality operator `==` of PHP ? for that, I would...

If installed via composer: ``` ker@dus:~/github/PHP-CS-Fixer λ ./dev-tools/vendor/bin/composer-require-checker check composer.json --config-file=.composer-require-checker.json ComposerRequireChecker v2.12.12-1-gd7da65d9 There were no unknown symbols found. ``` If downloaded as phar: ``` ker@dus:~/github/PHP-CS-Fixer λ ./composer-require-checker.phar check composer.json...

Hey. can we please allow for node18?

#6516 should be merged first Now and then we get reports of unexpected outcomes when touching html-based templates. The tool was not designed to support it, and it's taking lot...

topic/I/O
kind/rfc

https://cs.symfony.com/ eg, it is pointing to PHPStorm integration to some custom integration article, while we have a proper link to built-in support in README file in repo. anyone eager to...

topic/documentation
topic/core

Hi ! Idea behind this package is really great! This package is not actively maintained, and some time ago, one of open-source contributor bring this feature into https://github.com/FriendsOfPHP/PHP-CS-Fixer/ as `native_function_invocation`...

Hi. Let say I want to use assertion `assertArrayEqualsNoOrder`. In example, there is in-place example to execute `PHPUnit_Extensions_Assert_More::assertArrayEqualsNoOrder(....)` yet, that means I need to repeat whole class name whenever I...

```diff /** - * @readonly */ -public string $bar; +public readonly string $bar; ``` potentially, we can support other tags / attribute here, if they are well defined?

kind/feature request
easy pick