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

Add visibility to all consts, fixes #10550

This commit is contained in:
Jordi Boggiano 2022-02-23 14:09:49 +01:00
parent b6c1afaa47
commit 0db443ba5f
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
51 changed files with 163 additions and 147 deletions

View file

@ -22,7 +22,7 @@ use Composer\Repository\RepositorySet;
*/
class SolverProblemsException extends \RuntimeException
{
const ERROR_DEPENDENCY_RESOLUTION_FAILED = 2;
public const ERROR_DEPENDENCY_RESOLUTION_FAILED = 2;
/** @var Problem[] */
protected $problems;