Skip to content

Commit d6b789e

Browse files
authored
Merge pull request #1 from ilnytskyi/patch-1
Fix swagger schema generation
2 parents 52b75b7 + acb7dc1 commit d6b789e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Api/ExceptionsInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interface ExceptionsInterface
66
{
77
/**
8-
* @return array
8+
* @return mixed[]
99
*/
1010
public function getStatus();
11-
}
11+
}

0 commit comments

Comments
 (0)