server/src/app/Services/TranscriptManagerInterface.php
changeset 396 c8f651e7e4ff
parent 163 59c68fc4848e
--- 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);
 
 }