Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Jean-Yves
2024-10-02 15:00:13 +02:00
parent a54cfed53d
commit a0ec043c49
16 changed files with 60 additions and 104 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace AIO\Container;
enum VersionState: string {
case Different = 'different';
case Equal = 'equal';
}