Skip to content

Commit 30f1d16

Browse files
authored
ENGCOM-8271: Return correct type #30160
2 parents ae30d5e + 444fd3a commit 30f1d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Monolog extends Logger
1212
{
1313
/**
14-
* {@inheritdoc}
14+
* @inheritdoc
1515
*/
1616
public function __construct($name, array $handlers = [], array $processors = [])
1717
{
@@ -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)