This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Joseph Bielawski f8bc3b276f [HttpFoundation] JsonResponse::setEncodingOptions accepts also integer
Now you can set encoding options like:
```
$response->setEncodingOptions(JSON_UNESCAPED_UNICODE | $response->getEncodingOptions());
2014-01-07 14:19:33 +01:00
..
Bridge Merge branch '2.4' 2014-01-01 10:16:05 +01:00
Bundle feature #9666 [FrameworkBundle] Added a yaml:lint command (lyrixx) 2014-01-06 17:42:30 +01:00
Component [HttpFoundation] JsonResponse::setEncodingOptions accepts also integer 2014-01-07 14:19:33 +01:00