vscode-phpfmt
vscode-phpfmt copied to clipboard
php 8.3 error on Typed constants
public const array TYPES = [
'base', 'ad', 'service',
];
after save it makes it:
public const arrayTYPES = [
'base', 'ad', 'service',
];
Hi @T0mka75 this should be fixed in the latest release, thanks!