server/src/app/Libraries/Transcript/TranscriptConverterBase.php
changeset 314 f5690d918358
parent 307 07b44a378ad8
child 398 a5bd0f6082f3
--- a/server/src/app/Libraries/Transcript/TranscriptConverterBase.php	Sun Oct 02 19:11:06 2016 +0200
+++ b/server/src/app/Libraries/Transcript/TranscriptConverterBase.php	Sun Oct 02 19:14:07 2016 +0200
@@ -9,7 +9,7 @@
 
 abstract class TranscriptConverterBase implements Transcriptconverterinterface {
 
-    public function __construct(Document $document, string $source, string $creationDate = null) {
+    public function __construct(Document $document, $source, $creationDate = null) {
         $this->resJSON = [];
         $this->document = $document;