Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPDoc issue in DuplicateKeyException #73

Closed
ondrejmirtes opened this issue Aug 19, 2020 · 0 comments
Closed

PHPDoc issue in DuplicateKeyException #73

ondrejmirtes opened this issue Aug 19, 2020 · 0 comments

Comments

@ondrejmirtes
Copy link

When catching DuplicateKeyException, static analysis think there's no 'key' key:

 ------ ---------------------------------------------------------------------------------------------
  Line   src/Composer/Factory.php
 ------ ---------------------------------------------------------------------------------------------
  305    Offset 'key' does not exist on array(?'text' => string, ?'token' => string, ?'line' => int,
         ?'loc' => array, ?'expected' => array).
 ------ ---------------------------------------------------------------------------------------------

(when analysing composer/composer)

/cc @staabm

Also, if you're using just PHPStan, I'd recommend prefixing PHPDocs with @phpstan- instead of @psalm- because PHPStan ignores any PHPDoc parsing issues in @psalm- prefixed tags because of forward compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant