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;