@@ -20,7 +20,7 @@ |
||
| 20 | 20 | class SerializerFactory |
| 21 | 21 | { |
| 22 | 22 | /** |
| 23 | - * @return SerializerInterface |
|
| 23 | + * @return null|SerializerInterface |
|
| 24 | 24 | */ |
| 25 | 25 | public static function createSerializer() |
| 26 | 26 | { |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | /** |
| 38 | 38 | * @param \Exception $e |
| 39 | 39 | * |
| 40 | - * @return mixed |
|
| 40 | + * @return ApiException |
|
| 41 | 41 | */ |
| 42 | 42 | public static function create(\Exception $e) |
| 43 | 43 | { |