<?php

declare(strict_types=1);

namespace {{ tree.getFullNameSpaceOfFile(file, entity, action) }};

class {{ helper.getClassName(file, entity, action) }}
{
    function handle({{ helper.getClassName(helper.findFile('Event'), entity, action) }} $Event): void
    {
    }
}
