javaDeveloperKid

Results 25 issues of 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

### 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_ ###...

kind/feature request
contribution welcome

## 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...

kind/bug
status/to verify
topic/fqcn

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)...

Feature

##### 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:...