Merge pull request #500 from lovenunu/fix-psr

Fix cs, follow PSR-2, keyword null must be in lower case
This commit is contained in:
Julien
2014-06-26 09:24:14 +02:00

View File

@@ -706,7 +706,7 @@ class Tlog Implements LoggerInterface
* @param type $destinations
* @param array $actives array containing classes instanceof AbstractTlogDestination
*/
protected function loadDestinations(&$destinations, array $actives = NULL)
protected function loadDestinations(&$destinations, array $actives = null)
{
foreach ($actives as $active) {
if (class_exists($active)) {