Skip to content

Commit 606717e

Browse files
author
Ivan Gavryshko
committed
MAGETWO-38917: Process composer generated messages
- fixed message
1 parent 1492904 commit 606717e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MagentoComposerApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected function generateAdditionalErrorMessage($message, $inputPackages, $wor
203203

204204
$errorMessage = 'You are trying to update package(s) '
205205
. implode(', ', $update) . PHP_EOL
206-
. 'But looks like it conflicts with the following packages:' . PHP_EOL
206+
. "We've detected conflicts with the following packages:" . PHP_EOL
207207
. implode(PHP_EOL, $conflicts)
208208
. PHP_EOL;
209209
}

0 commit comments

Comments
 (0)