Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 2e6c85e

Browse files
committed
Satisfy StyleCI.
1 parent 5df41a5 commit 2e6c85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/controllers/components/UtilityComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,9 @@ public function installModule($moduleName)
645645
$moduleDao->setCurrentVersion($version);
646646
try {
647647
$moduleModel->save($moduleDao);
648-
} catch(Zend_Db_Statement_Exception $e) {
648+
} catch (Zend_Db_Statement_Exception $e) {
649649
if ($e->getCode() === 23000) {
650-
$this->getLogger()->debug("Failed to install ".$moduleName." due to integrity constraint violation.");
650+
$this->getLogger()->debug('Failed to install '.$moduleName.' due to integrity constraint violation.');
651651
} else {
652652
throw $e;
653653
}

0 commit comments

Comments
 (0)