diff --git a/src/Patch/Pool/OptionalPool.php b/src/Patch/Pool/OptionalPool.php index 80c3cf0..6241aef 100644 --- a/src/Patch/Pool/OptionalPool.php +++ b/src/Patch/Pool/OptionalPool.php @@ -231,7 +231,7 @@ function (PatchInterface $patch) { $diff = array_diff($filter, $resultIds); if (count($diff) > 0) { throw new PatchNotFoundException( - 'Next patches weren\'t found: ' . implode($diff, ' ') . '. ' . + 'Next patches weren\'t found: ' . implode(' ', $diff) . '. ' . 'Please, check with "status" command availability of these patches for the current Magento version.' ); }