Skip to content

Commit

Permalink
Fixed styling of available since / requirements
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Brückner <[email protected]>
Signed-off-by: kynx <[email protected]>
  • Loading branch information
kynx and froschdesign committed Oct 24, 2022
1 parent 55b148b commit 07336b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/book/v4/strategies/backed-enum.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# BackedEnum

> Available since 4.8.0
INFO: **New Feature**
Available since version 4.8.0

> Requires PHP 8.1+
MISSING: **Installation Requirements**
[Enumerations](https://www.php.net/manual/language.enumerations.overview.php) require PHP version 8.1 or higher.

The `BackedEnumStrategy` provides **bidirectional conversion between strings
or integers and [Backed Enums](https://www.php.net/manual/en/language.enumerations.backed.php)**.
Expand Down

0 comments on commit 07336b2

Please sign in to comment.