
| Current Path : /var/www/html/vendor/consolidation/output-formatters/src/Formatters/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/vendor/consolidation/output-formatters/src/Formatters/HumanReadableFormat.php |
<?php
namespace Consolidation\OutputFormatters\Formatters;
/**
* Marker interface that indicates that a cell data renderer
* (@see Consolidation\OutputFormatters\SturcturedData\RenderCellInterface)
* may test for to determine whether it is allowable to add
* human-readable formatting into the cell data
* (@see Consolidation\OutputFormatters\SturcturedData\NumericCallRenderer).
*/
interface HumanReadableFormat
{
}