From 27add57708cf3405adce24e440288b088f261460 Mon Sep 17 00:00:00 2001
From: Anja Leichsenring <aleichsenring@ab-softlab.de>
Date: Wed, 6 Dec 2017 17:41:17 +0100
Subject: [PATCH] [BUGFIX] Mention correct class and function in rst file

Due to a copy-paste error, the description of the documentation
file does not reflect the other parts.

Resolves: #76259
Releases: master, 8.7
Change-Id: Iea069cae225523d3d35eb6b41b4ab618f2c25e76
Reviewed-on: https://review.typo3.org/54947
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Tested-by: Andreas Fernandez <typo3@scripting-base.de>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>
---
 ...OfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst
index 983c55bf469a..0f9d2c80e30b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst
@@ -11,7 +11,7 @@ Description
 ===========
 
 As part of migrating the core code to use Doctrine DBAL the signature of the method
-:php:`PageLayoutView::getResult()` has changed.
+:php:`AbstractDatabaseRecordList::setTotalItems()` has changed.
 
 The new signature is:
 
-- 
GitLab