Skip to content

Commit 4e011d5

Browse files
add missing semicolon
Co-authored-by: Copilot <[email protected]>
1 parent d5de879 commit 4e011d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/mail/user_modifier_removed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040

4141
<?php /////////////////////////////////////////////////////////////////////////////////////////// ?>
4242
<?php default: ?>
43-
<?php throw new \Exception("unknown modifier: " . $data["modifier"]) ?>
43+
<?php throw new \Exception("unknown modifier: " . $data["modifier"]); ?>
4444
<?php endswitch; ?>

0 commit comments

Comments
 (0)