We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c437dc2 commit 2ba9d35Copy full SHA for 2ba9d35
dev/tests/integration/framework/Magento/TestFramework/ErrorLog/Logger.php
@@ -57,7 +57,7 @@ public function getMessages()
57
* @param array $context The log context
58
* @return Boolean Whether the record has been processed
59
*/
60
- public function addRecord($level, $message, array $context = array())
+ public function addRecord($level, $message, array $context = [])
61
{
62
if ($level <= $this->minimumErrorLevel) {
63
$this->messages[] = [
0 commit comments