A list tokens that start and end comments.
Type: array
protected $commentTokens = [ '//' => null, '/*' => '*/', '/**' => '*/', ];