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/HttpKernel/Profiler
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
..
BaseMemcacheProfilerStorage.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
FileProfilerStorage.php unified return null usages 2014-04-16 09:43:51 +02:00
MemcachedProfilerStorage.php [HttpKernel] fixed CS 2014-03-04 08:21:33 +01:00
MemcacheProfilerStorage.php [HttpKernel] fixed CS 2014-03-04 08:21:33 +01:00
MongoDbProfilerStorage.php fixed types in phpdocs 2014-04-16 08:51:57 +02:00
MysqlProfilerStorage.php Fixed MongoDB storage missing time range. Fixed UI not searching properly. Removed unnecessary time query. 2012-12-15 23:37:18 +02:00
PdoProfilerStorage.php unified return null usages 2014-04-16 09:43:51 +02:00
Profile.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Profiler.php minor #10717 unified return null usages (fabpot) 2014-04-18 22:35:25 +02:00
ProfilerStorageInterface.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
RedisProfilerStorage.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
SqliteProfilerStorage.php Fixed MongoDB storage missing time range. Fixed UI not searching properly. Removed unnecessary time query. 2012-12-15 23:37:18 +02:00