We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** @var EnumType $enumTypeWithDeprecatedValue */ |
| 24 | 24 | $enumTypeWithDeprecatedValue = $this->getType('EnumWithDeprecatedValue'); |
| 25 | 25 | $value = $enumTypeWithDeprecatedValue->getValues()[0]; |
| 26 | - $this->assertSame([ // @phpstan-ignore-line |
|
| 26 | + $this->assertSame([// @phpstan-ignore-line |
|
| 27 | 27 | 'deprecationReason' => 'Just because', |
| 28 | 28 | 'value' => 'foo', |
| 29 | 29 | 'name' => 'foo', |