Skip to content

Commit

Permalink
Removed trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgross authored Aug 24, 2020
1 parent 8fa6a60 commit 9c32430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/EasyBackupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function createBackupAction(): Response

$arrayOfPathsToBackup = array_merge(
$arrayOfPathsToBackup,
$this->getParameter('kimai.invoice.documents'),
$this->getParameter('kimai.invoice.documents')
);

foreach ($arrayOfPathsToBackup as $filename) {
Expand Down

0 comments on commit 9c32430

Please sign in to comment.