diff --git a/src/class-plugin.php b/src/class-plugin.php index 192edfc..a679ed2 100644 --- a/src/class-plugin.php +++ b/src/class-plugin.php @@ -47,6 +47,7 @@ public function __construct() { * @return Plugin */ public static function get_instance() { + // @phpstan-ignore-next-line -- The 'instance' property is set in the constructor. if ( ! self::$instance ) { self::$instance = new self(); }