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

Appearance settings

Commit dbc7d35

Browse filesBrowse files
committed
minor #16597 Add quotations marks (maciejkosiarski)
This PR was submitted for the 6.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- Add quotations marks Add quotations marks in generates getter/setter methods for one specific Entity example, current example command return "[ERROR] No entities were found in the "AppEntityAdwordsCountry" namespace." <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 3a9f28a Add quotations marks
2 parents 05b7ee8 + 3a9f28a commit dbc7d35
Copy full SHA for dbc7d35

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎doctrine/reverse_engineering.rst

Copy file name to clipboardExpand all lines: doctrine/reverse_engineering.rst
+1-1Lines 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.