@@ -9,15 +9,15 @@ return [
99 ],
1010 [
1111 'title ' => 'Pipe Operator ' ,
12- 'about ' => 'The |> operator enables chaining callables left-to-right, passing values smoothly through multiple functions without intermediary variables. ' ,
12+ 'about ' => 'The `|>` operator enables chaining callables left-to-right, passing values smoothly through multiple functions without intermediary variables. ' ,
1313 ],
1414 [
1515 'title ' => 'Clone With ' ,
16- 'about ' => 'Clone objects and update properties with the new clone() syntax, making the "with-er" pattern simple for readonly classes. ' ,
16+ 'about ' => 'Clone objects and update properties with the new ` clone()` syntax, making the "with-er" pattern simple for readonly classes. ' ,
1717 ],
1818 [
19- 'title ' => '#[\NoDiscard] Attribute ' ,
20- 'about ' => 'The #[\NoDiscard] attribute warns when a return value isn’t used, helping prevent mistakes and improving overall API safety. ' ,
19+ 'title ' => '` #[\NoDiscard]` Attribute ' ,
20+ 'about ' => 'The ` #[\NoDiscard]` attribute warns when a return value isn’t used, helping prevent mistakes and improving overall API safety. ' ,
2121 ],
2222 [
2323 'title ' => 'Closures and First-Class Callables in Constant Expressions ' ,
@@ -42,7 +42,7 @@ return [
4242 ],
4343 [
4444 'title ' => '#[Deprecated] Attribute ' ,
45- 'short ' => '#[Deprecated] attribute signals removal intent ' ,
45+ 'short ' => '` #[Deprecated]` attribute signals removal intent ' ,
4646 ],
4747 [
4848 'title ' => 'Additional Array Functions ' ,
@@ -84,7 +84,7 @@ return [
8484 ],
8585 [
8686 'title ' => 'Improved Standalone Types ' ,
87- 'short ' => 'Null, true and false are now usable as types ' ,
87+ 'short ' => '` Null`, ` true` and ` false` are now usable as types ' ,
8888 ],
8989 ],
9090 ],
0 commit comments