Skip to content

Commit a4b35f5

Browse files
authored
Return correct type
1 parent 390505a commit a4b35f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Logger/Monolog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct($name, array $handlers = [], array $processors = [])
2929
* @param integer $level The logging level
3030
* @param string $message The log message
3131
* @param array $context The log context
32-
* @return Boolean Whether the record has been processed
32+
* @return bool Whether the record has been processed
3333
*/
3434
public function addRecord($level, $message, array $context = [])
3535
{

0 commit comments

Comments
 (0)