From 9d7522306b97662eb729f672ae4af94887aa5a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Fri, 4 Apr 2025 22:11:33 +0200 Subject: [PATCH] chore: update better doc --- src/Security.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Security.php b/src/Security.php index e92f301..3d7db60 100644 --- a/src/Security.php +++ b/src/Security.php @@ -10,10 +10,8 @@ class Security { /** - * Array of supported charsets by PHP.
- * It will be populate on the first usage. - * - * @var array|null + * @var array|null Array of supported charsets by PHP.
+ * It will be populate on the first usage. */ protected static ?array $supportedCharsets = null;