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 c17a8ed commit 0521e53Copy full SHA for 0521e53
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