Skip to content

Commit 8e029b1

Browse files
committed
Lint
1 parent 899b938 commit 8e029b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/SDK/Language/Kotlin.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,11 @@ protected function getReturnType(array $method, array $spec, string $namespace,
443443
return 'ByteArray';
444444
}
445445

446-
if (!\array_key_exists('responseModel', $method)
446+
if (
447+
!\array_key_exists('responseModel', $method)
447448
|| empty($method['responseModel'])
448-
|| $method['responseModel'] === 'any') {
449+
|| $method['responseModel'] === 'any'
450+
) {
449451
return 'Any';
450452
}
451453

0 commit comments

Comments
 (0)