We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | $expectedData = [ |
| 49 | 49 | 'user' => [ |
| 50 | 50 | 'friends' => [ |
| 51 | - 'totalCount' => 4, |
|
| 51 | + 'totalCount' => 4, |
|
| 52 | 52 | 'edges' => [ |
| 53 | 53 | [ |
| 54 | 54 | 'friendshipTime' => 'Yesterday', |
@@ -207,7 +207,7 @@ |
||
| 207 | 207 | $client->request('POST', $uri, [], [], ['CONTENT_TYPE' => 'application/json'], json_encode($data)); |
| 208 | 208 | $result = $client->getResponse()->getContent(); |
| 209 | 209 | |
| 210 | - $expected = [ |
|
| 210 | + $expected = [ |
|
| 211 | 211 | ['id' => 'friends', 'payload' => ['data' => $this->expectedData]], |
| 212 | 212 | ['id' => 'friendsTotalCount', 'payload' => ['data' => ['user' => ['friends' => ['totalCount' => 4]]]]], |
| 213 | 213 | ]; |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | ->thenInvalid( |
| 70 | 70 | sprintf( |
| 71 | 71 | 'Don\'t use internal config keys %s, replace it by "config" instead.', |
| 72 | - implode(', ', $configTypeKeys) |
|
| 72 | + implode(', ', $configTypeKeys) |
|
| 73 | 73 | ) |
| 74 | 74 | ) |
| 75 | 75 | ->end() |
@@ -105,7 +105,7 @@ |
||
| 105 | 105 | if (!empty($config['definitions']['mappings']['types'])) { |
| 106 | 106 | $typesMappings = array_filter(array_map( |
| 107 | 107 | function (array $typeMapping) use ($container) { |
| 108 | - $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
| 108 | + $params = $this->detectConfigFiles($container, $typeMapping['dir'], $typeMapping['type']); |
|
| 109 | 109 | |
| 110 | 110 | return $params; |
| 111 | 111 | }, |