Thanks to visit codestin.com Credit goes to github.com
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 c417d4c + 07d3cfc commit dc9a534Copy full SHA for dc9a534
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