We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b613538 commit d6bd00cCopy full SHA for d6bd00c
UPGRADE-7.2.md
@@ -13,15 +13,15 @@ Security
13
14
* Deprecate argument `$secret` of `RememberMeToken` and `RememberMeAuthenticator`
15
16
-Yaml
17
-----
18
-
19
- * Deprecate parsing duplicate mapping keys whose value is `null`
20
21
String
22
------
23
24
* `truncate` method now also accept `TruncateMode` enum instead of a boolean:
25
* `TruncateMode::Char` is equivalent to `true` value ;
26
* `TruncateMode::WordAfter` is equivalent to `false` value ;
27
* `TruncateMode::Word` is a new mode that will cut the sentence on the last word before the limit is reached.
+
+Yaml
+----
+ * Deprecate parsing duplicate mapping keys whose value is `null`
0 commit comments