John Paul E. Balandan, CPA
John Paul E. Balandan, CPA
**Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage - [ ]...
## Feature request It might be great if PHP-CS-Fixer's `describe` command also supports describing custom fixers aside from its own built-in fixers. ```console $ php php-cs-fixer describe Custom/fixer_outside_php_cs_fixer // description...
When using `nexusphp/cs-config`, the `--using-cache` is default `true` if not provided. https://github.com/NexusPHP/cs-config/blob/e9092a9ab3a59c982bf0c79c89df36a7b2c0b86e/src/Factory.php#L122
**Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage - [ ]...
# Bug report PHPStan evaluates `[]` as `array{}`, so a possibly empty array compared against it will be reported as false. ### Code snippet that reproduces the problem `Strict comparison...
Closes #6567 This fixer is the "near" equivalent to `phpdoc_types_order` porting the same configuration options but orders type declarations instead. The only caveat to this fixer (that I can think...
## Feature request (I'm not sure if there's a rule already. Please close this if there's one already) `phpdoc_types_order` fixer sorts the union and intersection types in PHPDocs. It would...
**Description** Enables `phpdoc_list_type`, changing `array` phpdocs with implicit keys to `list`, e.g. `array => list`. Then let phpstan catch incorrect usages. **If approved, don't merge yet so this can be...
**Description** Aligns `@phpstan-var` with `@var`, and series of `@phpstan-type`. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [...
**Description** This PR introduces a way to unregister the error and exception handlers originally registered in `Services::exceptions()->initialize()` by calling the `unregister()` method. Moreover, the `initialize()` method is deprecated in favor...