javaDeveloperKid

Results 28 issues of javaDeveloperKid

**Detailed description:** The methods in [Enum](https://github.com/marc-mabe/php-enum/blob/master/src/Enum.php) class related to serialization have the following sentence in the doc block: `Enums are not serializable because instances are implemented as singletons`. When I...

doc

### Bug report Explained in the playground link. v1 issue which was closed incorrectly as completed: https://github.com/phpstan/phpstan/issues/10228 ### Code snippet that reproduces the problem https://phpstan.org/r/026707d1-2de9-4bbb-8f1c-d47312de414c ### Expected output no errors...

feature-request

### 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 am using this repository as base for my new project. However this repo does not implement async commands and as a consequence it does not show how to...

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