public function __construct(Undefined $undefined, Enabled $enabled, PhpCsFixerLevels $levels, PhpCsFixerOptions $options) { $this->undefined = $undefined; $this->enabled = $enabled; $this->levels = $levels; $this->options = $options; }