From 14ec2e06b21d03b4bd0185e33978ac0458db6619 Mon Sep 17 00:00:00 2001 From: netkas Date: Sat, 14 Sep 2024 00:41:27 -0400 Subject: [PATCH] Added TODO --- src/ncc/Enums/CompilerExtensionSupportedVersions.php | 1 + src/ncc/Enums/ComponentFileExtensions.php | 1 + 2 files changed, 2 insertions(+) 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