File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments