We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -35,7 +35,7 @@ |
||
35 | 35 | 'description' => null, |
36 | 36 | 'deprecationReason' => 'Just because', |
37 | 37 | 'value' => 'foo', |
38 | - ], $value->config); |
|
38 | + ], $value->config); |
|
39 | 39 | $this->assertEquals(true, $this->isDeprecated($value)); |
40 | 40 | } |
41 | 41 |