We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -26,8 +26,7 @@ |
||
| 26 | 26 | public function process(ContainerBuilder $container) |
| 27 | 27 | { |
| 28 | 28 | version_compare(Kernel::VERSION, '3.3.0', '>=') ? |
| 29 | - $container->setAlias(PromiseAdapter::class, 'overblog_graphql.promise_adapter') : |
|
| 30 | - $container->findDefinition('overblog_graphql.promise_adapter')->setAutowiringTypes([PromiseAdapter::class]) |
|
| 29 | + $container->setAlias(PromiseAdapter::class, 'overblog_graphql.promise_adapter') : $container->findDefinition('overblog_graphql.promise_adapter')->setAutowiringTypes([PromiseAdapter::class]) |
|
| 31 | 30 | ; |
| 32 | 31 | } |
| 33 | 32 | } |
@@ -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->assertTrue($value->isDeprecated()); |
| 40 | 40 | } |
| 41 | 41 | |