logging: Fix typo for `getPerformer()` interface method declaration
authorDerick Alangi <alangiderick@gmail.com>
Mon, 19 Aug 2019 16:22:24 +0000 (17:22 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Mon, 19 Aug 2019 16:22:24 +0000 (17:22 +0100)
Not sure but the previous wording didn't make much sense or is it
correct that way?

Change-Id: Ia5bea91fb426bb2fe742e656e5a826b8c07d88ee

includes/logging/LogEntry.php

index 17f72bd..ce68a91 100644 (file)
@@ -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
         */