From: WMDE-Fisch Date: Tue, 2 Jul 2019 10:11:09 +0000 (+0200) Subject: Type hint using interface X-Git-Tag: 1.34.0-rc.0~1213 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=151bd20fab99618e250b035b8e3f129775b0ca3a;p=lhc%2Fweb%2Fwiklou.git Type hint using interface Fixes phan errors in FileImporter Change-Id: I4ea2d081062f5f509040c73ff5f59ee5ffd700ad --- diff --git a/includes/import/ImportableOldRevisionImporter.php b/includes/import/ImportableOldRevisionImporter.php index 066a3eacef..ad62e163f0 100644 --- a/includes/import/ImportableOldRevisionImporter.php +++ b/includes/import/ImportableOldRevisionImporter.php @@ -1,7 +1,7 @@ doUpdates = $doUpdates; $this->logger = $logger;