Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
class Security
{
/**
* Array of supported charsets by PHP.<br>
* It will be populate on the first usage.
*
* @var array|null
* @var array|null Array of supported charsets by PHP.<br>
* It will be populate on the first usage.
*/
protected static ?array $supportedCharsets = null;

Expand Down