File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ with any PHP model::
550
550
]);
551
551
}
552
552
553
- Using doctrine to edit an existing product consists of three steps:
553
+ Using Doctrine to edit an existing product consists of three steps:
554
554
555
555
#. fetching the object from Doctrine;
556
556
#. modifying the object;
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Just like in your real application - autoloading is automatically enabled
104
104
via the ``vendor/autoload.php `` file (as configured by default in the
105
105
``phpunit.xml.dist `` file).
106
106
107
- You can also limit a test run to a directory or only a specific test file:
107
+ You can also limit a test run to a directory or a specific test file:
108
108
109
109
.. code-block :: terminal
110
110
You can’t perform that action at this time.
0 commit comments