equal
deleted
inserted
replaced
47 * @since 6.2.0 |
47 * @since 6.2.0 |
48 * |
48 * |
49 * @param int $start Byte offset into document where replacement span begins. |
49 * @param int $start Byte offset into document where replacement span begins. |
50 * @param int $length Byte length of span. |
50 * @param int $length Byte length of span. |
51 */ |
51 */ |
52 public function __construct( $start, $length ) { |
52 public function __construct( int $start, int $length ) { |
53 $this->start = $start; |
53 $this->start = $start; |
54 $this->length = $length; |
54 $this->length = $length; |
55 } |
55 } |
56 } |
56 } |