TypeResolver icon indicating copy to clipboard operation
TypeResolver copied to clipboard

A PSR-5 based resolver of Class names, Types and Structural Element Names

Results 18 TypeResolver issues
Sort by recently updated
recently updated
newest added

Bumps [phpDocumentor/.github](https://github.com/phpdocumentor/.github) from 0.5.0 to 0.6. Release notes Sourced from phpDocumentor/.github's releases. v0.6 What's Changed github-actions(deps): bump shivammathur/setup-php from 2.27.1 to 2.28.0 by @​dependabot in phpDocumentor/.github#34 Remove platform requirement by...

dependencies
github_actions

I tried to add new types except `class-string-map` which is not handled by phpstan I also want to resolve template tags (which is I am wonder how?)

See https://psalm.dev/docs/annotating_code/type_syntax/utility_types/#class-string-mapt-of-foo-t It's essentially a more specific type of array

* to visually distinguish from conditional types like ($foo ? false : string[]) and callable syntax * to improve readability for array shapes and arrays of literals * to visually...

Fix https://github.com/phpDocumentor/TypeResolver/issues/264

``` /** * foo * * @param array $a xyz */ ``` is an InvalidTag of type `method` (?) with message >An array can have only integers or strings as...