Skip to content

Commit bfc0f98

Browse files
committed
didn't push phpcs changes
1 parent aca3cd6 commit bfc0f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Annotations/AnnotationGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ protected function determineResponses(array $rules, string $plugin, string $meth
12381238
$exampleValue = $this->getExampleIfAvailable($url);
12391239
// If the example lookup failed, try making the same request locally using a local token.
12401240
if (empty($exampleValue)) {
1241-
if($this->allowLocalRequests) {
1241+
if ($this->allowLocalRequests) {
12421242
$exampleValue = $this->getExampleIfAvailable($url, true);
12431243
}
12441244
}

0 commit comments

Comments
 (0)