Added TODO
This commit is contained in:
parent
71ffed1a3f
commit
14ec2e06b2
2 changed files with 2 additions and 0 deletions
|
@ -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'];
|
||||
}
|
|
@ -29,5 +29,6 @@
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
// TODO: Cannot convert this to enum, try another way
|
||||
public const PHP = ['*.php', '*.php3', '*.php4', '*.php5', '*.phtml'];
|
||||
}
|
Loading…
Add table
Reference in a new issue