From 2ffe09c52edf81e585bc09b15f9a0bc5864d09fc Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 14 Jun 2024 14:18:12 +0200 Subject: [PATCH] Prevent text in README from being detected by tooling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8598499..09bb963 100644 --- a/README.md +++ b/README.md @@ -638,7 +638,7 @@ Here’s how to use this library with your own tables for custom user informatio } if (!isset($_SESSION['_internal_user_info'])) { - // TODO: load your custom user information and assign it to the session variable below + // To do: load your custom user information and assign it to the session variable below // $_SESSION['_internal_user_info'] = ... }