Searched refs:stubCode (Results 1 – 1 of 1) sorted by relevance
68 $stubCode = file_get_contents($stubFile);69 $stubHash = computeStubHash($stubCode);79 $fileInfo = parseStubFile($stubCode ?? file_get_contents($stubFile));147 function computeStubHash(string $stubCode): string { argument148 return sha1(str_replace("\r\n", "\n", $stubCode));
Completed in 49 milliseconds