Skip to content

Commit 0cc9a47

Browse files
committed
Fix codestyle
1 parent 89b9e72 commit 0cc9a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Validator/UniqueEnumValueNamesTest.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ enum SomeEnum
195195
public function testAddingNewValueToTheTypeInsideExistingSchema(): void
196196
{
197197
$schema = BuildSchema::build('enum SomeEnum');
198-
$sdl = '
198+
$sdl = '
199199
extend enum SomeEnum {
200200
FOO
201201
}
@@ -218,7 +218,7 @@ enum SomeEnum {
218218
FOO
219219
}
220220
');
221-
$sdl = '
221+
$sdl = '
222222
extend enum SomeEnum {
223223
FOO
224224
}
@@ -256,7 +256,7 @@ public function testAddingEnumValuesToExistingSchemaTwice(): void
256256
$schema = BuildSchema::build('
257257
enum SomeEnum
258258
');
259-
$sdl = '
259+
$sdl = '
260260
extend enum SomeEnum {
261261
FOO
262262
}

0 commit comments

Comments
 (0)