File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Beginning Development
266
266
267
267
Now that you have a fully-functional Symfony2 application, you can begin
268
268
development! Your distribution may contain some sample code - check the
269
- ``README.rst `` file included with the distribution (open it as a text file)
269
+ ``README.md `` file included with the distribution (open it as a text file)
270
270
to learn about what sample code was included with your distribution and how
271
271
you can remove it later.
272
272
Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ An example of this:
149
149
->arrayNode('parameters')
150
150
->isRequired()
151
151
->requiresAtLeastOneElement()
152
+ ->useAttributeAsKey('name')
152
153
->prototype('array')
153
- ->useAttributeAsKey('name')
154
154
->children()
155
155
->scalarNode('name')->isRequired()->end()
156
156
->scalarNode('value')->isRequired()->end()
You can’t perform that action at this time.
0 commit comments