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:
parent
b6c1afaa47
commit
0db443ba5f
51 changed files with 163 additions and 147 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue