Kuba Werłos

Results 17 issues of Kuba Werłos

| Question | Answer | ------------| --------------- | Infection version | 0.25.3 (tested on playground) | Test Framework version | PHPUnit version: 9.5.9 | PHP version | Add `verbose` in...

Bug

Would it make sense to test if the `if` condition is useful? The mutation would be: ```diff -if ($foo) { +if (true || $foo) { return 1; } return 3;...

Feature Request
Mutator

Hello, in reference to [this](https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/5941#discussion_r702152247) - in PHP CS Fixer (and I bet in other repos too) there is often situation when test method is duplicated (up to 4 copies)...

type/enhancement

#### The PHP version you are using (`$ php -v`): => 7.2.8 #### PHP CS Fixer version you are using (`$ php-cs-fixer -V`): => master #### The configuration file you...

kind/bug
braces related

#### Steps required to reproduce the problem 1. Having Composer 2.2 with the new `allow-plugins` feature 2. First `composer.json`, in the root, perfectly fine: ```json { "require": { "ergebnis/composer-normalize": "^2.23.0",...

bug

It would be great to have the CLI docs consistent, as currently some aliases of commands are skipped, some are in parenthesis, and some are with a slash. Maybe the...

When `humbug/box` is installed via Composer then ```php require_once __DIR__.'/../vendor/composer/InstalledVersions.php'; ``` (from https://github.com/box-project/box/blob/4.0.2/src/functions.php#L61) fails as this files exist only when is used as PHAR. Current behaviour can be seen in...