Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit239b1b6

Browse files
committed
Some markup fixes
1 parent72d40a8 commit239b1b6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎components/options_resolver.rst‎

Lines changed: 0 additions & 1 deletion
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‎

Lines changed: 6 additions & 5 deletions
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp