Skip to content

Commit c0e1f7f

Browse files
authored
Fix formatting of DQL query
Seems like it is parsed incorrectly and looks bad in documentation: After this update, it will look just fine (like a code example)
1 parent 086faf9 commit c0e1f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ class Order
831831
}
832832
```
833833

834-
The whole idea is that any query on the order table should add a WHERE user_id = :user_id condition.
834+
The whole idea is that any query on the order table should add a `WHERE user_id = :user_id` condition.
835835

836836
Start by creating a custom annotation to mark restricted entities:
837837

0 commit comments

Comments
 (0)