Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit f1bcf38

Browse files
author
Denis Ristic
committed
FIXED PhpCS violations
1 parent 3255857 commit f1bcf38

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Backup/Model/ResourceModel/Db.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public function getTableTriggersSql($tableName = null, $addDropIfExists = true)
136136
$triggerScript = $this->getTableTriggersSql($tableName, $addDropIfExists);
137137
}
138138
return $triggerScript;
139-
140139
}
141140

142141
/**

app/code/Magento/Backup/Model/ResourceModel/Helper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,5 @@ public function getTableTriggersSql($tableName, $addDropIfExists = false, $strip
372372
}
373373

374374
return $script;
375-
376375
}
377376
}

0 commit comments

Comments
 (0)