parent
aae098c24a
commit
493844eda4
@ -0,0 +1,13 @@ |
||||
<?php |
||||
|
||||
/** |
||||
* Class GoodClass - uses identical operator |
||||
*/ |
||||
class GoodClass { |
||||
public function foo() { |
||||
if (true === false) { |
||||
} |
||||
if (true !== false) { |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue