From e99a79033904a977927232b6ace0f113a8a91540 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 21 Apr 2020 15:51:52 +0200 Subject: [PATCH] Fixed missing return type documentation --- files/lib/system/exporter/XF2xExporter.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/files/lib/system/exporter/XF2xExporter.class.php b/files/lib/system/exporter/XF2xExporter.class.php index e05addd..2d45d64 100644 --- a/files/lib/system/exporter/XF2xExporter.class.php +++ b/files/lib/system/exporter/XF2xExporter.class.php @@ -1800,6 +1800,7 @@ class XF2xExporter extends AbstractExporter { * Counts likes. * * @param string $objectType + * @return integer */ private function countLikes($objectType) { try { -- 2.20.1