throw_exception = true; $this->use_docblock_types = true; $this->totally_typed = true; $this->cache_directory = null; $this->base_dir = getcwd() . DIRECTORY_SEPARATOR; $this->project_files = new Config\ProjectFileFilter(true); $this->project_files->addDirectory($this->base_dir . 'src'); $this->collectPredefinedConstants(); $this->collectPredefinedFunctions(); } }