javaDeveloperKid

Results 28 issues of javaDeveloperKid

### Bug report array_key_exists does not recognize that key is always set in nested array shape Hi. Please see https://phpstan.org/r/bb22f718-27af-47dd-9bd7-643dd5516474. Best regards ### Code snippet that reproduces the problem _No...

feature-request

**Actual behavior** Kaniko hangs on multistage build. **Expected behavior** It does not hang. **To Reproduce** This works: ```dockerfile FROM alpine AS base RUN echo base ``` this does not: ```dockerfile...

area/multi-stage builds
differs-from-docker

**Is your feature request related to a problem? Please describe.** I often work with repositories where single user creates commits with different username and/or email. This can happen for different...

Monolog version 1|2|3? 2 or 3 **Intro** Let's say we have tests where some code is executed outside of the tests context, e.g.: - API testing where there is a...

Support

There are 1020 closed Pull Requests but 50% (503 exactly) of them are from dependabot. This is sick and leads to bad assumptions about the repository contributions. Developers judge repository's...

I wonder if we can improve the docs global search. It looks like it doesn't work in some cases. Let's say I want to search for `it will then be...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary We have `andThat()` but...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes/no | BC Break | yes/no #### Summary Currently interfaces are not...

### Support Question I want to protect my domain from classes outside namespace but not the PHP core classes, e.g. \DateTimeImmutable etc. How to I do that globally? I can...

enhancement

### Bug report https://phpstan.org/r/ed5c665a-8156-4eb9-9358-d081b1dc8124 This is a valid code. Should not report `Result of function void (void) is used.`. ### Code snippet that reproduces the problem https://phpstan.org/r/ed5c665a-8156-4eb9-9358-d081b1dc8124 ### Expected output...

bug