Tomka
Results
1
issues of
Tomka
``` public const array TYPES = [ 'base', 'ad', 'service', ]; ``` after save it makes it: ``` public const arrayTYPES = [ 'base', 'ad', 'service', ]; ```