Skip to content

Commit 3b7e525

Browse files
Merge branch '3.4' into 4.2
* 3.4: Fix json-encoding when JSON_THROW_ON_ERROR is used [HttpFoundation] work around PHP 7.3 bug related to json_encode() [Security] added support for updated \"distinguished name\" format in x509 authentication
2 parents 02e99f5 + b9ffeff commit 3b7e525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Console/Descriptor/JsonDescriptor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ protected function describeContainerParameter($parameter, array $options = [])
185185
private function writeData(array $data, array $options)
186186
{
187187
$flags = isset($options['json_encoding']) ? $options['json_encoding'] : 0;
188+
188189
$this->write(json_encode($data, $flags | JSON_PRETTY_PRINT)."\n");
189190
}
190191

0 commit comments

Comments
 (0)