; /** * How many spaces will each indentation be. */ public function getSpacesPerIndentation(): int; /** * What's the max length of each line of code. Some methods will wrap code * longer than this value. */ public function getMaxLineLength(): int; /** * Return the root directory for saving the generated files when relative * paths are used. */ public function getRootDir(): string; }