Did you know you can typehint array keys? @phpStorm will recognise the docblock and provide autocompletion.
Example taken from https://writing-readable-php.com/
#php
Did you know you can typehint array keys? @phpStorm will recognise the docblock and provide autocompletion.
Example taken from https://writing-readable-php.com/
#php
@freekmurze remember `array{foo: bar, baz: tab, ...}` when you accept arrays with more keys (the 3 `...` are important).