Symfony\Upgrade\Fixer::__construct PHP Method

__construct() public method

public __construct ( Traversable $finder, Symfony\CS\ErrorsManager $errorsManager = null, Symfony\Component\Stopwatch\Stopwatch $stopwatch = null )
$finder Traversable
$errorsManager Symfony\CS\ErrorsManager
$stopwatch Symfony\Component\Stopwatch\Stopwatch
    public function __construct(\Traversable $finder, ErrorsManager $errorsManager = null, Stopwatch $stopwatch = null)
    {
        $this->finder = $finder;
        $this->errorsManager = $errorsManager;
        $this->stopwatch = $stopwatch;
    }