dantleech

Results 216 issues of dantleech

This PR will make this library throw an exception if redundant arguments are given to the resolver. e.g. ``` public function foobar($a, $b) {} ``` ``` $resolver->resolveArguments('a' => 1, 'b'...

The `complete` command now also returns a list of issues if any were encountered while determining the completion (e.g. the class was not found, variable not defined etc). Is there...

If the user specified an array in an enum choice, then a PHP "Array to string" conversion error was given instead of the expected Exception.

This is a quick and dirty PR that: - implements data providers - allows multiple iteration speciications - forces to prefix the method with `perform`. If it is interesting I...

This is an output formatter for the Symfony Console component.

Hey, Has any thought been given to supporting phpstan/psalm generics e.g. ```php class Foo { /** * @return Promise */ public function wait(): Promise { // ... } } ```...

documentation

PHPStorm stubs are indexed in each project, it would be convenient to have them shared (and so the ability to merge indexes)

enhancement

Currently docblock annotations are resolved in unexpected ways: - The first `@return` is always used regardless - IF there are multiple `@phpstan-property` annotations or `@psalm-var` annotations they will be used...

bug
problem

![image](https://user-images.githubusercontent.com/530801/182861878-663f1946-2764-43d2-ab82-2857d4f840ea.png) ![image](https://user-images.githubusercontent.com/530801/182861926-fda4355d-06f5-4188-a0b2-dd110b8f5ea3.png)

bug

![image](https://user-images.githubusercontent.com/530801/179452783-09077357-be4a-484e-a453-c1f08976ab77.png)

bug