What is the proper syntax to declare a type string[] attribute in php?
protected string[] $array_of_strings;
does gives an error at '['
What is the proper syntax to declare a type string[] attribute in php?
protected string[] $array_of_strings;
does gives an error at '['