Skip to content
Snippets Groups Projects

release: 3.0.0

Merged Krzysztof Dyszczyk requested to merge devel into master
2 files
+ 10
12
Compare changes
  • Side-by-side
  • Inline

Files

@@ -63,6 +63,6 @@ trait HtmlAttributes {
@@ -63,6 +63,6 @@ trait HtmlAttributes {
return implode( ' ', $this->attributes[ $name ] ) ?: $default ?? '';
return implode( ' ', $this->attributes[ $name ] ) ?: $default ?? '';
}
}
return (string) $this->attributes[ $name ] ?? $default ?? '';
return (string) ( $this->attributes[ $name ] ?? $default ?? '' );
}
}
}
}
Loading