1 <?php 2 3 declare(strict_types=1); 4 5 namespace OpenSpout\Reader\Common; 6 7 /** 8 * @internal 9 */ 10 final class ColumnWidth 11 { 12 /** 13 * @param positive-int $start 14 * @param positive-int $end 15 */ 16 public function __construct( 17 public int $start, 18 public int $end, 19 public float $width, 20 ) { 21 } 22 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body