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::
162
162
// ... getter and setter methods
163
163
}
164
164
165
- .. caution ::
165
+ .. note ::
166
166
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 .
168
168
169
169
.. note ::
170
170
@@ -440,8 +440,8 @@ some basic validation tasks::
440
440
441
441
use App\Entity\Product;
442
442
use Symfony\Component\HttpFoundation\Response;
443
- use Symfony\Component\Validator\Validator\ValidatorInterface;
444
443
use Symfony\Component\Routing\Annotation\Route;
444
+ use Symfony\Component\Validator\Validator\ValidatorInterface;
445
445
// ...
446
446
447
447
class ProductController extends AbstractController
You can’t perform that action at this time.
0 commit comments