We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6f4c6 commit 0862b69Copy full SHA for 0862b69
Utils/Internal/ArrayToObjectConvert.php
@@ -17,7 +17,7 @@
17
use Magento\Framework\Reflection\TypeProcessor;
18
use Magento\Framework\Webapi\CustomAttributeTypeLocatorInterface;
19
use Magento\Framework\Webapi\ServiceInputProcessor;
20
-use Zend\Code\Reflection\ClassReflection;
+use Laminas\Code\Reflection\ClassReflection;
21
22
/**
23
* Class rewrites _createFromArray method
composer.json
@@ -5,7 +5,7 @@
5
"php": ">=7.3"
6
},
7
"type": "magento2-module",
8
- "version": "1.2.1",
+ "version": "1.3.0",
9
"license": [
10
"proprietary"
11
],
0 commit comments