mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
CS fixes
This commit is contained in:
parent
4d36622ada
commit
6a64041055
18 changed files with 14 additions and 20 deletions
|
@ -32,7 +32,7 @@ class SolverProblemsException extends \RuntimeException
|
|||
{
|
||||
$text = "\n";
|
||||
foreach ($this->problems as $i => $problem) {
|
||||
$text .= " Problem ".($i+1).$problem->getPrettyString($this->installedMap)."\n";
|
||||
$text .= " Problem ".($i + 1).$problem->getPrettyString($this->installedMap)."\n";
|
||||
}
|
||||
|
||||
if (strpos($text, 'could not be found') || strpos($text, 'no matching package found')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue