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

Update environments.rst#4847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
ifdattic wants to merge1 commit intosymfony:2.3fromifdattic:patch-25
Closed
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletionscookbook/configuration/environments.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -107,9 +107,7 @@ activated by modifying the default value in the ``dev`` configuration file:
<import resource="config.xml" />
</imports>

<webprofiler:config
toolbar="true"
... />
<webprofiler:config toolbar="true" />

.. code-block:: php
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Or at least the dots should be commented in my opinion

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

IIRC we removed them in other examples (like you did here).


Expand DownExpand Up@@ -309,7 +307,7 @@ should also create a front controller for it. Copy the ``web/app.php`` file
to ``web/app_benchmark.php`` and edit the environment to be ``benchmark``::

// web/app_benchmark.php

// ...

// change just this line
$kernel = new AppKernel('benchmark', false);
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp