Skip to content

Commit fede50a

Browse files
authored
Update docs/en/reference/basic-mapping.rst
1 parent a4aad53 commit fede50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/basic-mapping.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ and are not virtual.
269269
</entity>
270270
</doctrine-mapping>
271271
272-
If you attempt to map a virtual property with `#[Column]` an exception will be thrown.
272+
If you attempt to map a virtual property with ``#[Column]`` an exception will be thrown.
273273

274274
Some caveats apply to the use of property hooks, as they behave differently when accessing the property through
275275
the entity or directly through DQL/EntityRepository. Because the property hook can modify the value of the property in a way

0 commit comments

Comments
 (0)