Skip to content

Commit 2ba9d35

Browse files
MAGETWO-32161: Logging is broken
1 parent c437dc2 commit 2ba9d35

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/ErrorLog

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/ErrorLog/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getMessages()
5757
* @param array $context The log context
5858
* @return Boolean Whether the record has been processed
5959
*/
60-
public function addRecord($level, $message, array $context = array())
60+
public function addRecord($level, $message, array $context = [])
6161
{
6262
if ($level <= $this->minimumErrorLevel) {
6363
$this->messages[] = [

0 commit comments

Comments
 (0)