--- a/server/src/app/Services/TranscriptManagerInterface.php Tue Nov 08 02:22:50 2016 +0100
+++ b/server/src/app/Services/TranscriptManagerInterface.php Tue Nov 08 09:01:38 2016 +0100
@@ -5,7 +5,7 @@
interface TranscriptManagerInterface {
- function getConverter(string $converterKey, Document $document, string $source);
- function getConverterUrl(string $converterKey, Document $document, string $url);
+ function getConverter($converterKey, Document $document, $source);
+ function getConverterUrl($converterKey, Document $document, $url);
}