From feabfc4f07fbeb34de56279c988038a2c9ef2fbe Mon Sep 17 00:00:00 2001 From: Benjamin Perche Date: Thu, 26 Jun 2014 09:16:35 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20cs,=20follow=20PSR-2,=20keyword=20null=20?= =?UTF-8?q?must=20be=20in=20lower=20case=20=09modifi=C3=A9:=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20core/lib/Thelia/Log/Tlog.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/lib/Thelia/Log/Tlog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Log/Tlog.php b/core/lib/Thelia/Log/Tlog.php index 1aade8a5c..356a95de0 100644 --- a/core/lib/Thelia/Log/Tlog.php +++ b/core/lib/Thelia/Log/Tlog.php @@ -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)) {