Skip to content

Commit 09904a6

Browse files
committed
Modified param name because codacy check requires variable names of more than 3 chars long
1 parent 3f42615 commit 09904a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/DB/Logger/LoggerProxy.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ public function logStats($type, $sql, $bind = [], $result = null)
114114
}
115115

116116
/**
117-
* @param \Exception $e
117+
* @param \Exception $exception
118118
* @return void
119119
*/
120-
public function critical(\Exception $e)
120+
public function critical(\Exception $exception)
121121
{
122-
$this->logger->critical($e);
122+
$this->logger->critical($exception);
123123
}
124124

125125
/**

0 commit comments

Comments
 (0)