Skip to content

Commit 9cdb38b

Browse files
committed
[#8643] Removing default values
These aren't the defaults: they're the values that you get in your config file from the recipe.
1 parent fef815b commit 9cdb38b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

reference/configuration/doctrine.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,22 +498,20 @@ One of ``annotation`` (the default value), ``xml``, ``yml``, ``php`` or
498498
dir
499499
...
500500

501-
Absolute path to the mapping or entity files (depending on the driver). The
502-
default value is ``%kernel.project_dir%/src/Entity/``.
501+
Absolute path to the mapping or entity files (depending on the driver.
503502

504503
prefix
505504
......
506505

507506
A common namespace prefix that all entities of this mapping share. This prefix
508507
should never conflict with prefixes of other defined mappings otherwise some of
509-
your entities cannot be found by Doctrine. This option defaults to
510-
``App\Entity`` because it's recommended to store the entities in ``src/Entity/``.
508+
your entities cannot be found by Doctrine.
511509

512510
alias
513511
.....
514512

515513
Doctrine offers a way to alias entity namespaces to simpler, shorter names
516-
to be used in DQL queries or for Repository access. It's default value is ``App``.
514+
to be used in DQL queries or for Repository access.
517515

518516
is_bundle
519517
.........

0 commit comments

Comments
 (0)