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
Fabien Potencier 5b72e5ab04 minor #10717 unified return null usages (fabpot)
This PR was merged into the 2.3 branch.

Discussion
----------

unified return null usages

| Q             | A
| ------------- | ---
| License       | MIT

This PR unifies the way we return `null` from a function or method:

 * always use `return;` instead of `return null;` (the current code base uses both);
 * never use `return;` at the end of a function/method.

Commits
-------

d1d569b unified return null usages
2014-04-18 22:35:25 +02:00
..
Controller.php minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
ControllerNameParser.php [FrameworkBundle] fixed implementation of previous merge (refs #5865) 2013-04-25 13:41:28 +02:00
ControllerResolver.php removed unneeded use statements 2014-01-01 08:52:14 +01:00
RedirectController.php fixed types in phpdocs 2014-04-16 08:51:57 +02:00
TemplateController.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00