Code like the following breaks the sniff, reporting an error either way: ```php if (foo::$bar === bar::$foo) { } ```