summaryrefslogtreecommitdiffstats
path: root/Core/Validator/Constraints
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-04-18 22:35:25 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2014-04-18 22:35:25 +0200
commit28fd9e9e753e8ad7384e0ba7baf0a82ff9c57e42 (patch)
treede3fe561d214b657a5f638a905427de03d1aa6a2 /Core/Validator/Constraints
parent67198df5369976c4e615011d443dd2a1836362a6 (diff)
parent092ef5478bef202a86b53f2ca0cbaa2f43d45594 (diff)
downloadsymfony-security-28fd9e9e753e8ad7384e0ba7baf0a82ff9c57e42.zip
symfony-security-28fd9e9e753e8ad7384e0ba7baf0a82ff9c57e42.tar.gz
symfony-security-28fd9e9e753e8ad7384e0ba7baf0a82ff9c57e42.tar.bz2
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
Diffstat (limited to 'Core/Validator/Constraints')
0 files changed, 0 insertions, 0 deletions