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 f193998 commit 3896ae0Copy full SHA for 3896ae0
lib/internal/Magento/Framework/Code/Test/Unit/Generator/ClassGeneratorTest.php
@@ -69,10 +69,10 @@ class ClassGeneratorTest extends \PHPUnit\Framework\TestCase
69
'static' => true,
70
'parameters' => [
71
[
72
- 'name' => 'data',
73
- 'type' => 'array',
74
- 'defaultValue' => [],
75
- 'passedByReference' => true,
+ 'name' => 'data',
+ 'type' => 'array',
+ 'defaultValue' => [],
+ 'passedByReference' => true,
76
'variadic' => false
77
],
78
0 commit comments