diff --git a/wiki/Customisable-Sniff-Properties.md b/wiki/Customisable-Sniff-Properties.md
index 2a77d3a..5a75004 100644
--- a/wiki/Customisable-Sniff-Properties.md
+++ b/wiki/Customisable-Sniff-Properties.md
@@ -248,13 +248,13 @@ The difference in alignment between two adjacent assignments is occasionally qui
If the `error` property is set to `true`, an error will be thrown for violations instead of a warning.
-```xml
-
-
-
-
-
-```
+> [!WARNING]
+> The `error` property should no longer be used. Set `` instead.
+> ```xml
+>
+> error
+>
+> ```
back to top
@@ -542,13 +542,13 @@ This sniff checks that two strings using the same quoting style are not concaten
If the `error` property is set to `false`, a warning will be thrown for violations instead of an error.
-```xml
-
-
-
-
-
-```
+> [!WARNING]
+> The `error` property should no longer be used. Set `` instead.
+> ```xml
+>
+> warning
+>
+> ```
back to top