Added TODO

This commit is contained in:
netkas 2024-09-14 00:41:27 -04:00
parent 71ffed1a3f
commit 14ec2e06b2
2 changed files with 2 additions and 0 deletions

View file

@ -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'];
}

View file

@ -29,5 +29,6 @@
*
* @var array
*/
// TODO: Cannot convert this to enum, try another way
public const PHP = ['*.php', '*.php3', '*.php4', '*.php5', '*.phtml'];
}