isReadable()) {
throw new RuntimeException('Invalid input file');
}
if ($this->appConfig->getAppValueBool('fail-' . $this->getId())) {
throw new ProcessingException('Failing as set by AppConfig');
}
$inputFile = $input['input'];
$transcription = 'Fake transcription result';
return ['output' => $transcription];
}
}
pache.maven.plugins-maven-compiler-plugin-3.11.0'>dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.11.0
blob: fc2d0d3c410797ad56f4be70c9a632be632a3d5e (
plain)