Fix code style

This commit is contained in:
Art4 2025-01-13 13:31:54 +00:00
parent d4697a17a3
commit 0e59dba914
102 changed files with 3038 additions and 2764 deletions

View file

@ -37,7 +37,8 @@ class Proxy
/**
* Private constructor
*/
private function __construct () {
private function __construct()
{
// No instances from utilities classes
}