@@ -44,8 +44,8 @@ discard block |
||
44 | 44 | /** |
45 | 45 | * Constructor |
46 | 46 | * |
47 | - * @param string|resource $stream the stream |
|
48 | - * @param string $logLevel |
|
47 | + * @param string $stream the stream |
|
48 | + * @param string $level |
|
49 | 49 | * @param FormatterInterface $formatter |
50 | 50 | * @param bool $stopPropagation |
51 | 51 | * @access public |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | * Open stream for writing |
87 | 87 | * |
88 | 88 | * @param string|resource $path |
89 | - * @return resource|false |
|
89 | + * @return resource |
|
90 | 90 | * @access protected |
91 | 91 | */ |
92 | 92 | protected function openStream(/*# string */ $path) |