I use several associative arrays in my PHP application and I\'m using PHP documentor to comment my sources. I never really did specify comments for the arrays in an array, b
For me this works fine in PhpStorm for nice return value description:
/** * @param string $requestUri * @return array[ * 'controller' => string, * 'action' => string * ] */