Skip to content

Commit 48a51d8

Browse files
authored
Merge pull request #11992 from eltharin/error_doc_codeblock
repair code block bad showing
2 parents 4664373 + ab11244 commit 48a51d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/en/reference/dql-doctrine-query-language.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ You can hydrate an entity nested in a DTO :
685685
// CustomerDTO => {name : 'DOE', email: null, address : {city: 'New York', zip: '10011', address: 'Abbey Road'}
686686
687687
In a Dto, if you want add all fields of an entity, you can use ``.*`` :
688+
688689
.. code-block:: php
689690
690691
<?php

0 commit comments

Comments
 (0)