Skip to content

Commit d80dde4

Browse files
author
Stanislav Idolov
committed
MAGETWO-67444: Ensure all tools support PHP 7 type hinting required by Technical Guidelines
1 parent ed9b086 commit d80dde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Code/Reader/NamespaceResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(ScalarTypesProvider $scalarTypesProvider = null)
4242
* @param array $availableNamespaces
4343
* @return string
4444
*/
45-
public function resolveNamespace($type, array $availableNamespaces) : string
45+
public function resolveNamespace($type, array $availableNamespaces)
4646
{
4747
if (substr($type, 0, 1) !== self::NS_SEPARATOR
4848
&& !in_array($type, $this->scalarTypesProvider->getTypes())

0 commit comments

Comments
 (0)