b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/mainpay/jwt-framework/src/Bundle/JoseFramework/DataCollector/
File Upload :
Current File : E:/www/b-group.old/spfin/mainpay/jwt-framework/src/Bundle/JoseFramework/DataCollector/Collector.php

<?php

declare(strict_types=1);

namespace Jose\Bundle\JoseFramework\DataCollector;

use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Throwable;

interface Collector
{
    /**
     * @param array<string, mixed> $data
     */
    public function collect(array &$data, Request $request, Response $response, ?Throwable $exception = null): void;
}

Copyright © 2019 by b0y-101