Are there any @phpcs sniffs available (maybe in third-party packages) that check for PER-CS 3.0 style?
Iβm trying to avoid errors due to the abbreviated constructor (`{}`). So, if thereβs a sniff just for that, Iβd be happy. Iβd prefer not to ignore all Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore errors.

