File "TruncationStrategy.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/flare-client-php/src/Truncation/TruncationStrategy.php
File size: 134 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Facade\FlareClient\Truncation;

interface TruncationStrategy
{
    public function execute(array $payload): array;
}