[10:16:50] does codesniffer really not check for braceless control structures? [10:16:54] https://gerrit.wikimedia.org/r/#/c/358178/6/includes/specials/SpecialWatchlist.php@87 [13:51:39] tgr|away: It looks like it's "Generic.ControlStructures.InlineControlStructure.NotAllowed", which is disabled in phpcs.xml. If I enable it, it finds 7 errors in core. 6 of them are "while ( ... );" constructs, one is a real inline control structure.