javaDeveloperKid
javaDeveloperKid
### Feature request The main page of phpstan.org does not have any direct information about sponsoring this project. It only has a section about PHPStan Pro with info that by...
### Feature request DeclareStrictTypesFixer on interfaces does not make any sense and only makes noise and redundant diff. ### Link to Discussion where feature request was formed _No response_ ###...
## Bug report ### Description `global_namespace_import` ignores classes (and constants?) that exist in code but ain't detected by php-cs-fixer. My case relates to PHPStan array shapes (see example below) but...
Hi, I have a little problem with HandlerInterface::isHandling method naming and I'm often mislead by it. For me `isHandling` means (the first is my default, the second is alternative understanding)...
##### Description I have an endpoint that returns a User object: ```yaml paths: /users/{id}: # ... responses: 200: content: application/json: schema: $ref: '#/components/schemas/User' ``` And models: ```yaml components: schemas: User:...