diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-10-17 14:50:20 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-10-17 14:50:20 +0000 |
| commit | 4695506d9ea6d0dce90e16f12ae0bb215ce1a01b (patch) | |
| tree | a5735282a9fa4f1a5f7112608f5b3310584eb16a /lib/classes/WikiFormat.php | |
| parent | 169c42d48f6c9a3e9981dea4713ba0b9176dd41e (diff) | |
fix php8 warnings, fixes #1679
Closes #1679
Merge request studip/studip!1084
Diffstat (limited to 'lib/classes/WikiFormat.php')
| -rw-r--r-- | lib/classes/WikiFormat.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/WikiFormat.php b/lib/classes/WikiFormat.php index 262ab65..0614010 100644 --- a/lib/classes/WikiFormat.php +++ b/lib/classes/WikiFormat.php @@ -99,7 +99,7 @@ class WikiFormat extends StudipFormat $rule['start'], $rule['end'], $rule['callback'], - $rule['before'] ?: null + $rule['before'] ?? null ); } } |
