Skip to content

Commit 1563b01

Browse files
committed
Merge pull request #1367 from enekochan/patch-2
Fixed lack of a line ending semicolon in documentation
2 parents e90e98a + 50b0d2b commit 1563b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/annotations-reference.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ Example syntax:
122122

123123
.. code-block:: php
124124
125-
use FOS\RestBundle\Controller\Annotations\Route
125+
use FOS\RestBundle\Controller\Annotations\Route;
126+
126127
/**
127128
* @Route("", condition="context.getMethod() in ['GET', 'HEAD'] and request.headers.get('User-Agent') matches '/firefox/i'")
128129
*/

0 commit comments

Comments
 (0)