/home/techb158/dev.balacoffee.com/vendor/hamcrest/hamcrest-php/generator
NameSizeModeActions
parts/-0755rm
FactoryCall.php6110644editdlrm
FactoryClass.php13860644editdlrm
FactoryFile.php30240644editdlrm
FactoryGenerator.php29960644editdlrm
FactoryMethod.php56440644editdlrm
FactoryParameter.php35390644editdlrm
GlobalFunctionFile.php9300644editdlrm
run.php10830644editdlrm
StaticMethodFile.php7730644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/hamcrest/hamcrest-php/generator/StaticMethodFile.php (773B)
methods = ''; } public function addCall(FactoryCall $call) { $this->methods .= PHP_EOL . $this->generateFactoryCall($call); } public function getDeclarationModifiers() { return 'public static '; } public function build() { $this->addFileHeader(); $this->addPart('matchers_imports'); $this->addPart('matchers_header'); $this->addCode($this->methods); $this->addPart('matchers_footer'); } }