From 28e0dd5c71b5ba734e7f84d84e71195732cea328 Mon Sep 17 00:00:00 2001 From: meidlinga Date: Mon, 14 Jun 2021 22:29:02 +0200 Subject: [PATCH] Fixed some c&p typos in method docs --- example.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.php b/example.php index dc7354f..2afc1c0 100644 --- a/example.php +++ b/example.php @@ -258,7 +258,7 @@ function onContentPrepareForm($form, $data) /** - * Utility method to act on a user after it has been saved. + * Utility method to act on a user before it has been saved. * * * @param array $user Holds the new user data. @@ -317,7 +317,7 @@ public function onUserLogout($user, $options = array()) } /** - * Utility method to act on a user before it has been saved. + * Utility method to act on a user before it has been deleted. * * * @param array $user Holds the new user data.