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:
8585 - ' .. versionadded:: 2.4.0' # SwiftMailer
8686 - ' .. versionadded:: 1.30' # Twig
8787 - ' .. 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)
9289 - ' .. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
9390 - ' .. versionadded:: 1.0.0' # Encore
9491 - ' 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::
153153
154154 // redirects to a route and maintains the original query string parameters
155155 return $this->redirectToRoute('blog_show', $request->query->all());
156-
156+
157157 // redirects to the current route (e.g. for Post/Redirect/Get pattern):
158158 return $this->redirectToRoute($request->attributes->get('_route'));
159159
@@ -315,10 +315,6 @@ use:
315315 created: templates/product/new.html.twig
316316 created: templates/product/show.html.twig
317317
318- .. versionadded :: 1.2
319-
320- The ``make:crud `` command was introduced in MakerBundle 1.2.
321-
322318 .. index ::
323319 single: Controller; Managing errors
324320 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:
127127 >
128128 (press enter again to finish)
129129
130- .. versionadded :: 1.3
131-
132- The interactive behavior of the ``make:entity `` command was introduced
133- in MakerBundle 1.3.
134-
135130 Whoa! You now have a new ``src/Entity/Product.php `` file::
136131
137132 // src/Entity/Product.php
You can’t perform that action at this time.
0 commit comments