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.
1 parent ab030d3 commit 7c031dcCopy full SHA for 7c031dc
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