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 ed9b086 commit d80dde4Copy full SHA for d80dde4
lib/internal/Magento/Framework/Code/Reader/NamespaceResolver.php
@@ -42,7 +42,7 @@ public function __construct(ScalarTypesProvider $scalarTypesProvider = null)
42
* @param array $availableNamespaces
43
* @return string
44
*/
45
- public function resolveNamespace($type, array $availableNamespaces) : string
+ public function resolveNamespace($type, array $availableNamespaces)
46
{
47
if (substr($type, 0, 1) !== self::NS_SEPARATOR
48
&& !in_array($type, $this->scalarTypesProvider->getTypes())
0 commit comments