Preview: TruncationStrategy.php
Size: 245 B
/proc/thread-self/root/home/byroehnu/easetack.com/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;
}
Directory Contents
Dirs: 0 × Files: 6