Searched refs:stubCode (Results 1 – 1 of 1) sorted by relevance
66 $stubCode = file_get_contents($stubFile);67 $stubHash = computeStubHash($stubCode);77 $fileInfo = parseStubFile($stubCode ?? file_get_contents($stubFile));145 function computeStubHash(string $stubCode): string { argument146 return sha1(str_replace("\r\n", "\n", $stubCode));
Completed in 14 milliseconds