add blank lines

This commit is contained in:
Franck Boué 2022-11-18 13:34:21 +01:00 committed by GitHub
parent 9ed82d1f5a
commit ecd2fcbda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,9 +536,11 @@ class Html
switch ($attribute->name) {
case 'start':
$start = (int) $attribute->value;
break;
case 'type':
$type = $attribute->value;
break;
}
}