Skip to content

Commit df9d754

Browse files
committed
Fix missing trailing comma
1 parent 6e95092 commit df9d754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controller/MetaRefresh.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MetaRefresh
4040
* @throws \Exception
4141
*/
4242
public function __construct(
43-
protected Configuration $config
43+
protected Configuration $config,
4444
) {
4545
$this->module_config = Configuration::getConfig('module_metarefresh.php');
4646
$this->authUtils = new Utils\Auth();

0 commit comments

Comments
 (0)