@@ -128,10 +128,10 @@ |
||
128 | 128 | } |
129 | 129 | |
130 | 130 | /** |
131 | - * @param string $message |
|
132 | - * @param array $headers |
|
133 | - * @return JsonResponse |
|
134 | - */ |
|
131 | + * @param string $message |
|
132 | + * @param array $headers |
|
133 | + * @return JsonResponse |
|
134 | + */ |
|
135 | 135 | public function responseAccepted( |
136 | 136 | string $message = 'The request was accepted for processing', |
137 | 137 | array $headers = [] |