From 249dc4490f55c0a40ec8af0800bbce146b6e5eac Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 8 Dec 2015 14:58:18 +0100 Subject: improve PHP doc and remove superflous by reference indicator --- lib/public/comments/icommentsmanager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/public/comments') diff --git a/lib/public/comments/icommentsmanager.php b/lib/public/comments/icommentsmanager.php index f6883224d60..7626ffd6351 100644 --- a/lib/public/comments/icommentsmanager.php +++ b/lib/public/comments/icommentsmanager.php @@ -139,12 +139,12 @@ interface ICommentsManager { * Throws NotFoundException when a comment that is to be updated does not * exist anymore at this point of time. * - * @param IComment &$comment + * @param IComment $comment * @return bool * @throws NotFoundException * @since 9.0.0 */ - public function save(IComment &$comment); + public function save(IComment $comment); /** * removes references to specific actor (e.g. on user delete) of a comment. -- cgit v1.2.3