Your IP : 3.147.77.119


Current Path : /home/lentoinv/props/vendor/spatie/flare-client-php/src/Truncation/
Upload File :
Current File : /home/lentoinv/props/vendor/spatie/flare-client-php/src/Truncation/TruncationStrategy.php

<?php

namespace Spatie\FlareClient\Truncation;

interface TruncationStrategy
{
    /**
     * @param array<int|string, mixed> $payload
     *
     * @return array<int|string, mixed>
     */
    public function execute(array $payload): array;
}

?>