Skip to content

Commit 8069208

Browse files
authored
add missing mapping type (PHP Attributes)
1 parent acc6554 commit 8069208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ you can control. The following configuration options exist for a mapping:
265265
``type``
266266
........
267267

268-
One of ``annotation`` (the default value), ``xml``, ``yml``, ``php`` or
268+
One of ``annotation`` (the default value), ``attribute``, ``xml``, ``yml``, ``php`` or
269269
``staticphp``. This specifies which type of metadata type your mapping uses.
270270

271271
``dir``

0 commit comments

Comments
 (0)