/** * Creates a new CodeFileGenerator * * @see https://php-code-generator.readthedocs.org/en/latest/generator.html * @param CodeFileGeneratorConfig|array $config */ public function __construct($config = null) { parent::__construct($config); }