Skip to content

Commit cf2c864

Browse files
authored
#30160 Return correct type
Fix failing static test
1 parent a4b35f5 commit cf2c864

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
@@ -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
{

0 commit comments

Comments
 (0)