<?php class Valerie { private static $instance; public static function getInstance(): self { return self::$instance ?? new self(); } }
You have javascript disabled. You will not be able to edit any code.