1
0
Fork 0

Update exception message for disabling multi conflict rules

pull/8424/head
Nils Adermann 2019-11-12 22:53:27 +01:00
parent dc0f2e7e46
commit 79066931e6
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class MultiConflictRule extends Rule
public function disable() public function disable()
{ {
throw new \RuntimeException("can't disable conflict rule"); throw new \RuntimeException("Disabling multi conflict rules is not possible. Please contact composer at https://github.com/composer/composer to let us debug what lead to this situation.");
} }
/** /**