Skip to content

Commit 239b1b6

Browse files
committed
Some markup fixes
1 parent 72d40a8 commit 239b1b6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

components/options_resolver.rst

-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ method, which you can use if you want to add an allowed value to the previously
328328
configured allowed values.
329329

330330
.. versionadded:: 2.5
331-
332331
The callback support for allowed values was introduced in Symfony 2.5.
333332

334333
If you need to add some more logic to the value validation process, you can pass a callable

cookbook/console/console_command.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ you can extend your test from
174174
.. versionadded:: 2.5
175175
:class:`Symfony\\Bundle\\FrameworkBundle\\Test\\KernelTestCase` was
176176
extracted from :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\WebTestCase`
177-
in Symfony 2.5, where WebTestCase was made to inherit from KernelTestCase.
178-
The difference being that WebTestCase makes available an instance of
179-
:class:`Symfony\\Bundle\\FrameworkBundle\\Client` via `createClient()`,
180-
while KernelTestCase makes available an instance of
181-
:class:`Symfony\\Component\\HttpKernel\\KernelInterface` via `createKernel()`.
177+
in Symfony 2.5. ``WebTestCase`` inherits from ``KernelTestCase``. The
178+
``WebTestCase`` creates an instance of
179+
:class:`Symfony\\Bundle\\FrameworkBundle\\Client` via ``createClient()``,
180+
while ``KernelTestCase`` creates an instance of
181+
:class:`Symfony\\Component\\HttpKernel\\KernelInterface` via
182+
``createKernel()``.

reference/forms/types/collection.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ delete_empty
341341
~~~~~~~~~~~~
342342

343343
.. versionadded:: 2.5
344-
The delete_empty option was introduced in Symfony 2.5.
344+
The ``delete_empty`` option was introduced in Symfony 2.5.
345345

346346
**type**: ``Boolean`` **default**: ``false``
347347

0 commit comments

Comments
 (0)