diff options
Diffstat (limited to 'src/Logger.php')
-rwxr-xr-x | src/Logger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Logger.php b/src/Logger.php index f57d58f..74bbbee 100755 --- a/src/Logger.php +++ b/src/Logger.php @@ -107,7 +107,7 @@ class Logger extends AbstractLogger * @internal param string $logFilePrefix The prefix for the log file name
* @internal param string $logFileExt The extension for the log file
*/
- public function __construct($logDirectory, $logLevelThreshold = LogLevel::DEBUG, $options = array())
+ public function __construct($logDirectory, $logLevelThreshold = LogLevel::DEBUG, array $options = array())
{
$this->logLevelThreshold = $logLevelThreshold;
$this->options = array_merge($this->options, $options);
|