Make static code analysis more correct (which does not also mean less noisy) by replacing "dict" type in PhpDoc with what they actually are: an array.
The "dict" type is not mentioned in arcanist/src/parser/PhutilTypeSpec.php either, thus no side effects.
See D26059 for the Phorge counterpart.