plugin updates
This commit is contained in:
@@ -49,7 +49,7 @@ class WP_HTML_Span {
|
||||
* @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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user