@@ -10,6 +10,7 @@ |
||
10 | 10 | * Returns an instance of \Monolog\Handler\HandlerInterface |
11 | 11 | * @param string $name Then name of the handler you want to create |
12 | 12 | * @param array $config An array of config values to use |
13 | + * @param string $title |
|
13 | 14 | * @return \Monolog\Handler\HandlerInterface |
14 | 15 | */ |
15 | 16 | public static function create($name, array $config = [], $title = null){ |