Skip to content

Commit fe025e8

Browse files
committed
insert blank line before code in code-block
1 parent ae2957c commit fe025e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/en/cookbook/generated-columns.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ specify that the column should not be written to, and define a custom column
1616
definition.
1717

1818
.. code-block:: php
19+
1920
.. literalinclude:: generated-columns/Person.php
2021
2122
* ``insertable``, ``updatable``: Setting these to false tells Doctrine to never
@@ -41,4 +42,5 @@ To avoid extracting all titles on the fly when listing the posts, we create a
4142
generated column with the field.
4243

4344
.. code-block:: php
44-
.. literalinclude:: generated-columns/Article.php
45+
46+
.. literalinclude:: generated-columns/Article.php

0 commit comments

Comments
 (0)