We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | $this->configurationToUseInTestInstance['EXTENSIONS']['dlf'] = $this->getDlfConfiguration(); |
72 | 72 | |
73 | 73 | if ($this->disableJsonWrappedResponse) { |
74 | - $this->frameworkExtensionsToLoad = array_filter($this->frameworkExtensionsToLoad, function ($ext) { |
|
74 | + $this->frameworkExtensionsToLoad = array_filter($this->frameworkExtensionsToLoad, function($ext) { |
|
75 | 75 | return $ext !== 'Resources/Core/Functional/Extensions/json_response'; |
76 | 76 | }); |
77 | 77 | } |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | $jsonDocuments = json_decode(file_get_contents($path), true); |
153 | 153 | |
154 | 154 | $updateQuery = $solr->service->createUpdate(); |
155 | - $documents = array_map(function ($jsonDoc) use ($updateQuery) { |
|
155 | + $documents = array_map(function($jsonDoc) use ($updateQuery) { |
|
156 | 156 | $document = $updateQuery->createDocument(); |
157 | 157 | foreach ($jsonDoc as $key => $value) { |
158 | 158 | $document->setField($key, $value); |