Skip to content

Commit fb7ea95

Browse files
committed
minor symfony#10965 Remove quotes around App\Entity namespace (gsylvestre)
This PR was merged into the 4.2 branch. Discussion ---------- Remove quotes around App\Entity namespace Those quotes will appear in the generated entities namespace, thus causing a PHP ParseError. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- a66d4d8 Remove quotes around App\Entity namespace
2 parents 4373cc1 + a66d4d8 commit fb7ea95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine/reverse_engineering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ table fields.
5656

5757
.. code-block:: terminal
5858
59-
$ php bin/console doctrine:mapping:import 'App\Entity' annotation --path=src/Entity
59+
$ php bin/console doctrine:mapping:import App\Entity annotation --path=src/Entity
6060
6161
This command line tool asks Doctrine to introspect the database and generate
6262
new PHP classes with annotation metadata into ``src/Entity``. This generates two

0 commit comments

Comments
 (0)