Improvement suggestion made by @nuest in https://github.com/codecheckers/ojs-codecheck/pull/49#discussion_r2394326504 Starting point: https://www.php.net/manual/en/class.ds-set.php - - - ```php 9 $dotenv = Dotenv::createImmutable(__DIR__); 10 $dotenv->load(); 11 12 class Set ``` - - - References: https://github.com/codecheckers/ojs-codecheck/blob/main/CertificateRetrievingAndCreation.php