ok

Mini Shell

Direktori : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Event/
Upload File :
Current File : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Event/Event.php

<?php

declare(strict_types=1);

namespace GrumPHP\Event;

use Symfony\Contracts\EventDispatcher\Event as SymfonyEventContract;
use Symfony\Component\EventDispatcher\Event as SymfonyLegacyEvent;

// @codingStandardsIgnoreStart
if (class_exists(SymfonyEventContract::class)) {
    class Event extends SymfonyEventContract
    {
    }
} else {
    class Event extends SymfonyLegacyEvent
    {
    }
}
// @codingStandardsIgnoreEnd

Zerion Mini Shell 1.0