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 fed4045 commit c58195cCopy full SHA for c58195c
lib/internal/Magento/Framework/Code/Test/Unit/Reader/ArgumentsReaderTest.php
@@ -98,7 +98,7 @@ public function testGetConstructorArgumentsClassWithAllArgumentsType()
98
'optNoTypeValue' => [
99
'name' => 'optNoTypeValue',
100
'position' => 10,
101
- 'type' => null,
+ 'type' => '\\\\optNoTypeValue',
102
'isOptional' => true,
103
'default' => null,
104
],
@@ -193,7 +193,7 @@ public function testGetConstructorArgumentsClassWithoutOwnConstructorInheritedTr
193
194
195
196
197
198
199
0 commit comments