Thiemo Mättig (WMDE) has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334976 )
Change subject: Add missing …|null type hint in EntityChangeFactory ...................................................................... Add missing …|null type hint in EntityChangeFactory Change-Id: Ief91fb3d4163b0a7c2975ee41826b387406ca6aa --- M lib/includes/Changes/EntityChangeFactory.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/76/334976/1 diff --git a/lib/includes/Changes/EntityChangeFactory.php b/lib/includes/Changes/EntityChangeFactory.php index 4f7f953..d3bd727 100644 --- a/lib/includes/Changes/EntityChangeFactory.php +++ b/lib/includes/Changes/EntityChangeFactory.php @@ -141,7 +141,7 @@ * * @fixme Implement T113468 and remove this. * - * @param EntityDocument $entity + * @param EntityDocument|null $entity */ private function minimizeEntityForDiffing( EntityDocument $entity = null ) { if ( $entity instanceof StatementListHolder ) { -- To view, visit https://gerrit.wikimedia.org/r/334976 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ief91fb3d4163b0a7c2975ee41826b387406ca6aa Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits