Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc9a534

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Add quotations marks minor#16506 [Form] Update create_form_type_extension.rst (issamkhadiri1989) Typo
2 parentsc417d4c +07d3cfc commitdc9a534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doctrine/reverse_engineering.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ run:
103103
$ php bin/console make:entity --regenerate App
104104
105105
// generates getter/setter methods for one specific Entity
106-
$ php bin/console make:entity --regenerate App\Entity\Country
106+
$ php bin/console make:entity --regenerate"App\Entity\Country"
107107
108108
..note::
109109

‎reference/constraints/All.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ entry in that array:
4343
4444
use Symfony\Component\Validator\Constraints as Assert;
4545
46-
// IMPORTANT: nested attributesrequires PHP 8.1 or higher
46+
// IMPORTANT: nested attributesrequire PHP 8.1 or higher
4747
class User
4848
{
4949
#[Assert\All([

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp