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/Component/Routing/Generator
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
..
Dumper Coding standards 2014-01-13 21:21:10 +01:00
ConfigurableRequirementsInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
UrlGenerator.php minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
UrlGeneratorInterface.php made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00