PhpCsFixer\Fixer\FixerInterface::getPriority PHP Method

getPriority() public method

The default priority is 0 and higher priorities are executed first.
public getPriority ( ) : integer
return integer
    public function getPriority();

Usage Example

 /**
  * {@inheritdoc}
  */
 public function getPriority()
 {
     return $this->proxyFixer->getPriority();
 }