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/Bundle/FrameworkBundle/Controller
Nicolas Grekas 31fc855e22 Merge branch '4.1'
* 4.1:
  [Lock] use 'r+' for fopen (fixes issue on Solaris)
  [HttpKernel] fix test compat with PHP 5.3
  fix handling of nested Error instances
  fix file lock on SunOS
  Ignore keepQueryParams attribute when generating route redirect.
  [Cache] more granular handling of exceptions in AbstractTrait::clear()
  change `evaluate()` docblock return type from string to mixed
  Set serialize_precision explicitly to avoid fancy float rounding
2018-06-21 13:18:49 +02:00
..
AbstractController.php [DX] Improve exception message when AbstractController::getParameter fails 2018-06-04 11:10:01 +02:00
Controller.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +01:00
ControllerNameParser.php declare type for arguments of anonymous functions for v2.7 2018-04-20 06:20:29 +02:00
ControllerResolver.php [FrameworkBundle] Deprecate auto-injection of the container in AbstractController instances 2018-06-04 13:21:25 +02:00
ControllerTrait.php [Messenger] Add a new Messenger component 2018-03-23 09:01:52 +01:00
RedirectController.php Ignore keepQueryParams attribute when generating route redirect. 2018-06-21 00:41:56 +03:00
TemplateController.php Merge branch '4.0' 2018-02-22 12:40:25 +01:00