Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f7573e2

Browse files
samsonasikweierophinney
authored andcommitted
cs
1 parent d6f886f commit f7573e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ProblemDetailsResponseFactory.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,10 @@ class ProblemDetailsResponseFactory
146146
/**
147147
* JSON flags to use when generating JSON response payload.
148148
*
149-
* Defaults to JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION on non-debug mode
150-
* and JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION on debug mode
149+
* On non-debug mode:
150+
* defaults to JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION
151+
* On debug mode:
152+
* defaults to JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_PRESERVE_ZERO_FRACTION
151153
*
152154
* @var int
153155
*/

0 commit comments

Comments
 (0)