Skip to content

Commit e5f206c

Browse files
ENGCOM-5845: Require missing 'doctrine/instantiator' dependency #24542
- Merge Pull Request #24542 from ulftietze/magento2:patch-3 - Merged commits: 1. babd3cb 2. 94f2c18 3. 6fc366c
2 parents d6ef3ef + 6fc366c commit e5f206c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/MessageQueue/MessageValidator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\Framework\MessageQueue;
77

8-
use Doctrine\Instantiator\Exception\InvalidArgumentException;
8+
use InvalidArgumentException;
99
use Magento\Framework\Exception\LocalizedException;
1010
use Magento\Framework\Phrase;
1111
use Magento\Framework\Communication\ConfigInterface as CommunicationConfig;
@@ -58,6 +58,7 @@ protected function getTopicSchema($topic, $requestType)
5858
* @param bool $requestType
5959
* @return void
6060
* @throws InvalidArgumentException
61+
* @throws LocalizedException
6162
*/
6263
public function validate($topic, $message, $requestType = true)
6364
{

0 commit comments

Comments
 (0)