diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-08 17:08:52 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-05-08 17:08:52 +0200 |
| commit | a1fda2758e9c241ac3eb980ac8716dfedbe9dd3c (patch) | |
| tree | 2190f0478fb153efdb8ba48ebb574c7691f4f351 /lib/models/ConsultationBlock.php | |
| parent | 244d00ed91ad2b4b83e902a45cd6def3d7bc7e86 (diff) | |
let phpcsfixer fix errors according to @PSR12 rules on lib/modelsphpcsfixer
Diffstat (limited to 'lib/models/ConsultationBlock.php')
| -rw-r--r-- | lib/models/ConsultationBlock.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/ConsultationBlock.php b/lib/models/ConsultationBlock.php index f35e98b..0f6331a 100644 --- a/lib/models/ConsultationBlock.php +++ b/lib/models/ConsultationBlock.php @@ -443,7 +443,7 @@ class ConsultationBlock extends SimpleORMap implements PrivacyObject /** * @return string A string representation of the consultation block instance. */ - public function __toString() : string + public function __toString(): string { return sprintf( _('Terminblock am %1$s, %2$s von %3$s bis %4$s Uhr'), |
