mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Fix codestyle
This commit is contained in:
parent
ddebd9a414
commit
db915d8812
@ -1107,7 +1107,8 @@ class ExecutorTest extends TestCase
|
||||
'a' => ['type' => Type::int()],
|
||||
'b' => ['type' => Type::string()],
|
||||
],
|
||||
]), 'defaultValue' => ['a' => 1, 'b' => 'test'],
|
||||
]),
|
||||
'defaultValue' => ['a' => 1, 'b' => 'test'],
|
||||
],
|
||||
'i' => [
|
||||
'type' => new EnumType([
|
||||
@ -1115,10 +1116,10 @@ class ExecutorTest extends TestCase
|
||||
'values' => [
|
||||
'VALUE1' => 1,
|
||||
'VALUE2' => 2,
|
||||
]
|
||||
],
|
||||
]),
|
||||
'defaultValue' => 1
|
||||
]
|
||||
'defaultValue' => 1,
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user