PhpCsFixer\Fixer\Comment\HeaderCommentFixer::configure PHP Method

configure() public method

The following configuration options are allowed: - commentType PHPDoc|comment* - location after_open|after_declare_strict* - separate top|bottom|none|both* (* is the default when the item is omitted)
public configure ( array $configuration = null )
$configuration array
    public function configure(array $configuration = null)
    {
        list($this->headerComment, $this->headerCommentType, $this->headerLocation, $this->headerLineSeparation) = $this->parseConfiguration($configuration);
    }