Skip to content

Commit dff56d7

Browse files
committed
Minor fixes
1 parent d3324d9 commit dff56d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doctrine.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ Whoa! You now have a new ``src/Entity/Product.php`` file::
162162
// ... getter and setter methods
163163
}
164164

165-
.. caution::
165+
.. note::
166166

167-
Starting in v1.44.0 - MakerBundle only supports entities using Attributes.
167+
Starting in v1.44.0 - MakerBundle only supports entities using PHP attributes.
168168

169169
.. note::
170170

@@ -440,8 +440,8 @@ some basic validation tasks::
440440

441441
use App\Entity\Product;
442442
use Symfony\Component\HttpFoundation\Response;
443-
use Symfony\Component\Validator\Validator\ValidatorInterface;
444443
use Symfony\Component\Routing\Annotation\Route;
444+
use Symfony\Component\Validator\Validator\ValidatorInterface;
445445
// ...
446446

447447
class ProductController extends AbstractController

0 commit comments

Comments
 (0)