Following code does not cause any errors or warnings:
if ( !$group ){Per examples of https://www.mediawiki.org/wiki/Manual:Coding_conventions#General_style it should not be allowed.
Tested with 0.5.1.
Following code does not cause any errors or warnings:
if ( !$group ){Per examples of https://www.mediawiki.org/wiki/Manual:Coding_conventions#General_style it should not be allowed.
Tested with 0.5.1.
@Legoktm, @Addshore maybe this can be a microtask for T89682: Improving static analysis tools for MediaWiki?
This is caught by the MediaWiki.WhiteSpace.SpaceBeforeControlStructureBrace.SpaceBeforeControl sniff now.