mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
['foo' => 'bar'] array notation is not PHP 5.3 compatible.
This commit is contained in:
@@ -52,7 +52,7 @@ class UdpSocket
|
||||
$remaining = null;
|
||||
}
|
||||
|
||||
return [$chunk, $remaining];
|
||||
return array($chunk, $remaining);
|
||||
}
|
||||
|
||||
protected function shouldSplitLine($remaining, $header)
|
||||
|
Reference in New Issue
Block a user