File "AbstractTruncationStrategy-20250408152903-20250416061112.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/flare-client-php/src/Truncation/AbstractTruncationStrategy-20250408152903-20250416061112.php
File size: 307 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Truncation;
abstract class AbstractTruncationStrategy implements TruncationStrategy
{
/** @var ReportTrimmer */
protected $reportTrimmer;
public function __construct(ReportTrimmer $reportTrimmer)
{
$this->reportTrimmer = $reportTrimmer;
}
}