8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d361931 + dc9a534 commit 3aa06f8Copy full SHA for 3aa06f8
doctrine/reverse_engineering.rst
@@ -103,7 +103,7 @@ run:
103
$ php bin/console make:entity --regenerate App
104
105
// generates getter/setter methods for one specific Entity
106
- $ php bin/console make:entity --regenerate App\Entity\Country
+ $ php bin/console make:entity --regenerate "App\Entity\Country"
107
108
.. note::
109
reference/constraints/All.rst
@@ -43,7 +43,7 @@ entry in that array:
43
44
use Symfony\Component\Validator\Constraints as Assert;
45
46
- // IMPORTANT: nested attributes requires PHP 8.1 or higher
+ // IMPORTANT: nested attributes require PHP 8.1 or higher
47
class User
48
{
49
#[Assert\All([
0 commit comments