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.
2 parents 88990e1 + e9a5b20 commit d6885fcCopy full SHA for d6885fc
routing.rst
@@ -28,8 +28,8 @@ PHP attributes and annotations allow to define routes next to the code of the
28
:doc:`controllers </controller>` associated to those routes. Attributes are
29
native in PHP 8 and higher versions, so you can use them right away.
30
31
-In PHP 7 and earlier versions you can use annotations (via the Doctrine Annotations
32
-library), but first you'll need to install the following dependency in your project:
+You can use annotations via the Doctrine Annotations library,
+but first you'll need to install the following dependency in your project:
33
34
.. code-block:: terminal
35
0 commit comments