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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user