wp/wp-includes/html-api/class-wp-html-span.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-includes/html-api/class-wp-html-span.php	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/html-api/class-wp-html-span.php	Fri Sep 05 18:52:52 2025 +0200
@@ -49,7 +49,7 @@
 	 * @param int $start  Byte offset into document where replacement span begins.
 	 * @param int $length Byte length of span.
 	 */
-	public function __construct( $start, $length ) {
+	public function __construct( int $start, int $length ) {
 		$this->start  = $start;
 		$this->length = $length;
 	}