I noticed that none of our sniffs fixed the whitespace after the 2nd SelectQuery.
Is there an existing sniff here yet, doesnt look like it
I would expect this to be part of the psr standards to not have whitespace between the classname and the ::
as well as afterwards before the class constant etc.
Ref of https://github.com/slevomat/coding-standard/issues/1699
In the code I saw this the other day
I noticed that none of our sniffs fixed the whitespace after the 2nd SelectQuery.
Is there an existing sniff here yet, doesnt look like it I would expect this to be part of the psr standards to not have whitespace between the classname and the
::
as well as afterwards before the class constant etc.