Skip to content

Commit c057a32

Browse files
Merge branch '5.3' into 5.4
* 5.3: [Process] intersect with getenv() in case-insensitive manner to get default envs [Serializer] fix support for lazy/unset properties Fix redundant type casts [Notifier] Fix AllMySms bridge body content Revert "[DoctrineBridge] add support for the JSON type"
2 parents 37b263b + ea8e79b commit c057a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/RequestDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function collect(Request $request, Response $response, \Throwable $except
163163
'method' => $request->getMethod(),
164164
'controller' => $this->parseController($request->attributes->get('_controller')),
165165
'status_code' => $statusCode,
166-
'status_text' => Response::$statusTexts[(int) $statusCode],
166+
'status_text' => Response::$statusTexts[$statusCode],
167167
]),
168168
0, '/', null, $request->isSecure(), true, false, 'lax'
169169
));

0 commit comments

Comments
 (0)