From 1fa3cee9e30bad8482ea0e36f22289486ffed5a5 Mon Sep 17 00:00:00 2001 From: Greg Tyler Date: Tue, 12 Nov 2024 09:03:08 +0000 Subject: [PATCH] Fix syntax error in annotations.rst Block contents need to be indented, formatting copied from notes elsewhere in the file. --- doc/reference/annotations.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference/annotations.rst b/doc/reference/annotations.rst index bdb342595..651e7b5b6 100644 --- a/doc/reference/annotations.rst +++ b/doc/reference/annotations.rst @@ -1,10 +1,10 @@ Attributes and annotations ========================== -.. warning:: -Starting from release 3.30.0 [doctrine/annotations](https://github.com/doctrine/annotations) is an optional package. -If you still want to use them, please make sure that you require in `composer.json` file. +.. warning :: + Starting from release 3.30.0 [doctrine/annotations](https://github.com/doctrine/annotations) is an optional package. + If you still want to use them, please make sure that you require in `composer.json` file. PHP 8 support ~~~~~~~~~~~~~~~