File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,7 @@ whitelist:
85
85
- ' .. versionadded:: 2.4.0' # SwiftMailer
86
86
- ' .. versionadded:: 1.30' # Twig
87
87
- ' .. versionadded:: 1.35' # Twig
88
- - ' .. versionadded:: 1.2' # MakerBundle
89
- - ' .. versionadded:: 1.11' # MakerBundle
90
- - ' .. versionadded:: 1.3' # MakerBundle
91
- - ' .. versionadded:: 1.8' # MakerBundle
88
+ - ' .. versionadded:: 1.11' # Messenger (Middleware / DoctrineBundle)
92
89
- ' .. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
93
90
- ' .. versionadded:: 1.0.0' # Encore
94
91
- ' 0 => 123' # assertion for var_dumper - components/var_dumper.rst
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ and ``redirect()`` methods::
153
153
154
154
// redirects to a route and maintains the original query string parameters
155
155
return $this->redirectToRoute('blog_show', $request->query->all());
156
-
156
+
157
157
// redirects to the current route (e.g. for Post/Redirect/Get pattern):
158
158
return $this->redirectToRoute($request->attributes->get('_route'));
159
159
@@ -315,10 +315,6 @@ use:
315
315
created: templates/product/new.html.twig
316
316
created: templates/product/show.html.twig
317
317
318
- .. versionadded :: 1.2
319
-
320
- The ``make:crud `` command was introduced in MakerBundle 1.2.
321
-
322
318
.. index ::
323
319
single: Controller; Managing errors
324
320
single: Controller; 404 pages
Original file line number Diff line number Diff line change @@ -127,11 +127,6 @@ need. The command will ask you some questions - answer them like done below:
127
127
>
128
128
(press enter again to finish)
129
129
130
- .. versionadded :: 1.3
131
-
132
- The interactive behavior of the ``make:entity `` command was introduced
133
- in MakerBundle 1.3.
134
-
135
130
Whoa! You now have a new ``src/Entity/Product.php `` file::
136
131
137
132
// src/Entity/Product.php
You can’t perform that action at this time.
0 commit comments