PhpStorm
 
Get PhpStorm

Code Inspection: '#[ArrayShape]' attribute can be added

Last modified: 16 May 2022

Configure inspections: Settings | Editor | Inspections

Show intention actions: Alt+Enter

Reports the methods and functions that are returning arrays with known non-trivial keys. Suggests specifying the shape of the returned array via the #[ArrayShape] attribute.