@@ -435,7 +435,7 @@ mapping information) of a bundle or an entire namespace:
435435
436436 # generates all entities in the AppBundle
437437 $ php app/console doctrine:generate:entities AppBundle
438-
438+
439439 # generates all entities of bundles in the Acme namespace
440440 $ php app/console doctrine:generate:entities Acme
441441
@@ -651,7 +651,7 @@ to easily fetch objects based on multiple conditions::
651651
652652 If you click the icon, the profiler will open, showing you the exact
653653 queries that were made.
654-
654+
655655 The icon will turn yellow if there were more than 50 queries on the
656656 page. This could indicate that something is not correct.
657657
@@ -1428,8 +1428,8 @@ For more information about Doctrine, see the *Doctrine* section of the
14281428.. _`Lifecycle Events documentation` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html#lifecycle-events
14291429.. _`Reserved SQL keywords documentation` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#quoting-reserved-words
14301430.. _`Persistent classes` : http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/basic-mapping.html#persistent-classes
1431- .. _`DoctrineMongoDBBundle` : http ://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
1432- .. _`migrations` : http ://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html
1433- .. _`DoctrineFixturesBundle` : http ://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
1434- .. _`FrameworkExtraBundle documentation` : http ://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
1431+ .. _`DoctrineMongoDBBundle` : https ://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
1432+ .. _`migrations` : https ://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html
1433+ .. _`DoctrineFixturesBundle` : https ://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
1434+ .. _`FrameworkExtraBundle documentation` : https ://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
14351435.. _`newer utf8mb4 character set` : https://dev.mysql.com/doc/refman/5.5/en/charset-unicode-utf8mb4.html
0 commit comments