diff --git a/src/ncc/Enums/CompilerExtensionSupportedVersions.php b/src/ncc/Enums/CompilerExtensionSupportedVersions.php index b17b61b..491b164 100644 --- a/src/ncc/Enums/CompilerExtensionSupportedVersions.php +++ b/src/ncc/Enums/CompilerExtensionSupportedVersions.php @@ -24,5 +24,6 @@ final class CompilerExtensionSupportedVersions { + // TODO: Cannot convert this to enum, try another way public const PHP = ['8.0', '8.1', '8.2']; } \ No newline at end of file diff --git a/src/ncc/Enums/ComponentFileExtensions.php b/src/ncc/Enums/ComponentFileExtensions.php index 7907198..1512a21 100644 --- a/src/ncc/Enums/ComponentFileExtensions.php +++ b/src/ncc/Enums/ComponentFileExtensions.php @@ -29,5 +29,6 @@ * * @var array */ + // TODO: Cannot convert this to enum, try another way public const PHP = ['*.php', '*.php3', '*.php4', '*.php5', '*.phtml']; } \ No newline at end of file