We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0797914 + 7c031dc commit ee75919Copy full SHA for ee75919
src/Patch/Pool/OptionalPool.php
@@ -231,7 +231,7 @@ function (PatchInterface $patch) {
231
$diff = array_diff($filter, $resultIds);
232
if (count($diff) > 0) {
233
throw new PatchNotFoundException(
234
- 'Next patches weren\'t found: ' . implode($diff, ' ') . '. ' .
+ 'Next patches weren\'t found: ' . implode(' ', $diff) . '. ' .
235
'Please, check with "status" command availability of these patches for the current Magento version.'
236
);
237
}
0 commit comments