<?php

namespace CleantalkSP\SpbctWP\VulnerabilityAlarm\Dto;

class PluginReport extends ItemReport
{
    /**
     * @var string
     * @psalm-suppress PossiblyUnusedProperty
     */
    public $app_type = 'plugin';
}
