<?php
namespace Spatie\FlareClient\Truncation;
interface TruncationStrategy
{
/**
* @param array<int|string, mixed> $payload
*
* @return array<int|string, mixed>
*/
public function execute(array $payload): array;
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository