Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 58294c3

Browse files
sanganinamratameker12
authored andcommitted
Removed cuplicate div attribute 'class' from serializer.md file (#2428)
1 parent e2de922 commit 58294c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.2/extension-dev-guide/framework/serializer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The main purpose of data serialization is to convert data into a string using `s
2121

2222
The other half of this process uses the `unserialize()` function to reverse the process and convert a serialized string back into string, integer, float, boolean, or array data.
2323

24-
<div class class="bs-callout bs-callout-warning" markdown="1">
24+
<div class="bs-callout bs-callout-warning" markdown="1">
2525

2626
For security reasons, `SerializerInterface` implementations, such as the Json and Serialize classes, should not serialize and unserialize objects.
2727

0 commit comments

Comments
 (0)