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

Commit5542d41

Browse files
committed
Deleted blank lines
1 parentbfad418 commit5542d41

File tree

41 files changed

+3
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3
-64
lines changed

‎book/forms.rst‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,6 @@ file:
14371437
-'AcmeTaskBundle:Form'
14381438
# ...
14391439
1440-
14411440
..code-block::xml
14421441
14431442
<!-- app/config/config.xml-->
@@ -1638,7 +1637,6 @@ but here's a short example:
16381637
16391638
new NotBlank(array('groups' => array('create', 'update'))
16401639
1641-
16421640
Final Thoughts
16431641
--------------
16441642

‎book/http_fundamentals.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ the user is connecting via a secured connection (i.e. ``https``).
270270
``attributes`` property exists entirely to be a place where you can
271271
prepare and store context-specific information about the request.
272272

273-
274273
Symfony also provides a ``Response`` class: a simple PHP representation of
275274
an HTTP response message. This allows your application to use an object-oriented
276275
interface to construct the response that needs to be returned to the client::

‎book/installation.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ Symfony itself - into the ``vendor/`` directory.
195195
in the ``extra`` node of your composer.json file with the key
196196
``symfony-assets-install`` and the value ``symlink``:
197197

198-
199198
..code-block::json
200199
201200
"extra": {

‎book/propel.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ Propel provides the following hooks:
439439
* ``preDelete()`` code executed before deleting an object
440440
* ``postDelete()`` code executed after deleting an object
441441

442-
443442
Behaviors
444443
---------
445444

‎book/security.rst‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,6 @@ In a controller this can be shortcut to:
13781378
$user = $this->getUser();
13791379
}
13801380
1381-
13821381
..note::
13831382

13841383
Anonymous users are technically authenticated, meaning that the ``isAuthenticated()``
@@ -1400,7 +1399,6 @@ method:
14001399

14011400
<p>Username: <?php echo $app->getUser()->getUsername() ?></p>
14021401

1403-
14041402
Using Multiple User Providers
14051403
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14061404

‎book/templating.rst‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ code.
1919
How to render templates is covered in the:ref:`controller<controller-rendering-templates>`
2020
page of the book.
2121

22-
2322
..index::
2423
single: Templating; What is a template?
2524

@@ -976,7 +975,6 @@ advantage of Symfony's template inheritance.
976975
more interesting things with those assets. For more information on
977976
using Assetic see:doc:`/cookbook/assetic/asset_management`.
978977

979-
980978
Start by adding two blocks to your base template that will hold your assets:
981979
one called ``stylesheets`` inside the ``head`` tag and another called ``javascripts``
982980
just above the closing ``body`` tag. These blocks will contain all of the
@@ -1401,7 +1399,6 @@ Template parameters can then be dumped using the ``dump`` function:
14011399
</a>
14021400
{% endfor %}
14031401

1404-
14051402
The variables will only be dumped if Twig's ``debug`` setting (in ``config.yml``)
14061403
is ``true``. By default this means that the variables will be dumped in the
14071404
``dev`` environment but not the ``prod`` environment.

‎book/testing.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@ Learn more
799799
*:doc:`/cookbook/testing/profiling`
800800
*:doc:`/cookbook/testing/bootstrap`
801801

802-
803802
.. _`DemoControllerTest`:https://github.com/symfony/symfony-standard/blob/master/src/Acme/DemoBundle/Tests/Controller/DemoControllerTest.php
804803
.. _`$_SERVER`:http://php.net/manual/en/reserved.variables.server.php
805804
.. _`documentation`:http://www.phpunit.de/manual/3.5/en/

‎components/config/definition.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,3 @@ Otherwise the result is a clean array of configuration values::
553553
$configuration,
554554
$configs)
555555
;
556-

‎components/console/single_command_tool.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@ You can also simplify how you execute the application::
7070

7171
$application = new MyApplication();
7272
$application->run();
73-

‎components/dependency_injection/compilation.rst‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ but also load a secondary one only if a certain parameter is set::
264264
$container->loadFromExtension($extension->getAlias());
265265
$container->compile();
266266

267-
268267
..note::
269268

270269
If you need to manipulate the configuration loaded by an extension then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp