1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Fix phpstan error

This commit is contained in:
Jordi Boggiano 2022-01-07 12:46:13 +01:00
parent 0b436de794
commit 64d39a9655
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,8 @@ use Composer\Repository\RepositorySet;
/**
* @author Nils Adermann <naderman@naderman.de>
*
* @method self::ERROR_DEPENDENCY_RESOLUTION_FAILED getCode()
*/
class SolverProblemsException extends \RuntimeException
{