Skip to content

Commit

Permalink
DOC Use backticks in 4.11.0-beta1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 5, 2022
1 parent 1a2ba67 commit 84aa368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/04_Changelogs/beta/4.11.0-beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ To view which dependencies require `silverstripe/graphql`, run this composer com

## Adding support for PHP 8.1{#php81}

The Silverstripe CMS recipe now officially supports PHP 8.1. This version of PHP introduced various deprecation warnings, most notably when passing null arguments to many native PHP functions. Silverstripe CMS now makes liberal use of the null coalescing operator when calling native PHP functions to convert null arguments to scalars. Other changes including adding the __serialize and __unserialize methods to classes implementing the Serializable interface and adding the \[#\ReturnTypeWillChange\] attribute to methods on classes implementing various PHP interfaces such as Iterator.
The Silverstripe CMS recipe now officially supports PHP 8.1. This version of PHP introduced various deprecation warnings, most notably when passing null arguments to many native PHP functions. Silverstripe CMS now makes liberal use of the null coalescing operator when calling native PHP functions to convert null arguments to scalars. Other changes including adding the `__serialize` and `__unserialize` methods to classes implementing the `Serializable` interface and adding the `[#\ReturnTypeWillChange]` attribute to methods on classes implementing various PHP interfaces such as `Iterator`.

## Dropping support for PHP 7.3{#php73}

Expand Down

0 comments on commit 84aa368

Please sign in to comment.