Checks the style of array type definitions. Some like Java-style: public static void main(String[] args) and some like C-style: public static void main(String args[])
This rule is deprecated, use {rule:squid:S1197} instead.