From: Derick Alangi Date: Mon, 19 Aug 2019 16:22:24 +0000 (+0100) Subject: logging: Fix typo for `getPerformer()` interface method declaration X-Git-Tag: 1.34.0-rc.0~671^2 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=c7e1f3c0ed9ea0772b74eb819a27145368323ae5;p=lhc%2Fweb%2Fwiklou.git logging: Fix typo for `getPerformer()` interface method declaration Not sure but the previous wording didn't make much sense or is it correct that way? Change-Id: Ia5bea91fb426bb2fe742e656e5a826b8c07d88ee --- diff --git a/includes/logging/LogEntry.php b/includes/logging/LogEntry.php index 17f72bd574..ce68a91897 100644 --- a/includes/logging/LogEntry.php +++ b/includes/logging/LogEntry.php @@ -59,7 +59,7 @@ interface LogEntry { public function getParameters(); /** - * Get the user for performed this action. + * Get the user who performed this action. * * @return User */