I saw the documentation of WordPress with string[], what is this means?
It said "An array of...", but then the label for this is string[] instead of array.
I know the string in PHP is either 'Hello' or "Hello", what is ['Hello']? Is this really a string?