Fix cs, follow PSR-2, keyword null must be in lower case

modifié:         core/lib/Thelia/Log/Tlog.php
This commit is contained in:
Benjamin Perche
2014-06-26 09:16:35 +02:00
parent d1cb06f761
commit feabfc4f07

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)) {