🎨 N°8772 - CS Fixer

This commit is contained in:
Eric Espie
2025-11-19 14:49:20 +01:00
parent 65bd6d9fd0
commit bd44f971e4
5 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
<?php
/*
* @copyright Copyright (C) 2010-2025 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
@@ -13,4 +14,4 @@ abstract class AbstractIOFormat implements JsonSerializable
abstract public function jsonSerialize(): mixed;
abstract public static function IsCompatible(string $sOtherFormatClass): bool;
}
}