Constructs a AbstractPatternSniff.
boolean $ignoreComments If true, comments will be ignored.:
public function __construct($ignoreComments = null) { // This is here for backwards compatibility. if ($ignoreComments !== null) { $this->ignoreComments = $ignoreComments; } $this->supplementaryTokens = $this->registerSupplementary(); }