1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

harmonise namespace

This commit is contained in:
Daniel Waxweiler
2023-05-07 22:19:47 +02:00
parent 04767d4411
commit 0a8c4bedbf
9 changed files with 31 additions and 4 deletions

View File

@@ -1,4 +1,11 @@
<?php
namespace MobilizonConnector;
// Exit if this file is called directly.
if (!defined('ABSPATH')) {
exit;
}
final class Formatter
{
public static function format_date(string $locale, string $timeZone, string $start, ?string $end, bool $isShortOffsetNameShown): string {