Skip to content

Commit 3896ae0

Browse files
author
Evgeny Kalashnikov
committed
Code generate: fix
1 parent f193998 commit 3896ae0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/internal/Magento/Framework/Code/Test/Unit/Generator/ClassGeneratorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ class ClassGeneratorTest extends \PHPUnit\Framework\TestCase
6969
'static' => true,
7070
'parameters' => [
7171
[
72-
'name' => 'data',
73-
'type' => 'array',
74-
'defaultValue' => [],
75-
'passedByReference' => true,
72+
'name' => 'data',
73+
'type' => 'array',
74+
'defaultValue' => [],
75+
'passedByReference' => true,
7676
'variadic' => false
7777
],
7878
],

0 commit comments

Comments
 (0)