File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
dev/tests/integration/framework/Magento/TestFramework/ErrorLog Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66
66
"magento/composer-dependency-version-audit-plugin" : " ~0.1" ,
67
67
"magento/magento-composer-installer" : " >=0.3.0" ,
68
68
"magento/zendframework1" : " ~1.15.0" ,
69
- "monolog/monolog" : " ^2.6 " ,
69
+ "monolog/monolog" : " <=2.7.0 " ,
70
70
"pelago/emogrifier" : " ^6.0.0" ,
71
71
"php-amqplib/php-amqplib" : " ~3.2.0" ,
72
72
"phpseclib/mcrypt_compat" : " ~2.0.2" ,
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ public function __construct(
44
44
}
45
45
46
46
/**
47
+ * Clear messages
48
+ *
47
49
* @return void
48
50
*/
49
51
public function clearMessages (): void
@@ -52,6 +54,8 @@ public function clearMessages(): void
52
54
}
53
55
54
56
/**
57
+ * Get messages
58
+ *
55
59
* @return array
56
60
*/
57
61
public function getMessages (): array
@@ -65,7 +69,7 @@ public function getMessages(): array
65
69
* @param int $level The logging level
66
70
* @param string $message The log message
67
71
* @param array $context The log context
68
- * @param DateTimeImmutable Optional log date to log into the past or future
72
+ * @param DateTimeImmutable $datetime Optional log date to log into the past or future
69
73
* @return bool Whether the record has been processed
70
74
*/
71
75
public function addRecord (
You can’t perform that action at this time.
0 commit comments