@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * @param string $string |
| 34 | 34 | * |
| 35 | - * @return string |
|
| 35 | + * @return Uuid |
|
| 36 | 36 | */ |
| 37 | 37 | public static function fromString(string $string): string |
| 38 | 38 | { |
@@ -101,6 +101,9 @@ |
||
| 101 | 101 | } |
| 102 | 102 | } |
| 103 | 103 | |
| 104 | + /** |
|
| 105 | + * @param integer $statusCode |
|
| 106 | + */ |
|
| 104 | 107 | public function sendException($data, $statusCode) |
| 105 | 108 | { |
| 106 | 109 | header("HTTP/1.0 " . $statusCode . " Internal Server Error"); |