X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fimport%2FWikiImporter.php;h=0d1cc6804a86c9cd988c872c6751b12f2d9067df;hb=00ca43d824e11b1a45a2b08b433eb8e927524261;hp=68f5b9b8bfcc6f161c35761c3f3e9f1d62c60c71;hpb=a09ff44968aa56266f14bbb481669e6420c0b562;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/import/WikiImporter.php b/includes/import/WikiImporter.php index 68f5b9b8bf..0d1cc6804a 100644 --- a/includes/import/WikiImporter.php +++ b/includes/import/WikiImporter.php @@ -738,6 +738,9 @@ class WikiImporter { return $this->logItemCallback( $revision ); } + /** + * @suppress PhanTypeInvalidDimOffset Phan not reading the reference inside the hook + */ private function handlePage() { // Handle page data. $this->debug( "Enter page handler." );