Skip to content

Commit 9c33c95

Browse files
committed
minor #11181 use :: instead of .. code-block:: php (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- use :: instead of .. code-block:: php <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- a96cb3a use :: instead of .. code-block:: php
2 parents 5def977 + a96cb3a commit 9c33c95

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

components/expression_language/extending.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ This method has 3 arguments:
2727
* **name** - The name of the function in an expression;
2828
* **compiler** - A function executed when compiling an expression using the
2929
function;
30-
* **evaluator** - A function executed when the expression is evaluated.
31-
32-
.. code-block:: php
30+
* **evaluator** - A function executed when the expression is evaluated::
3331

3432
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
3533

components/security/authorization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ recognizes several strategies:
4949
``unanimous``
5050
only grant access if none of the voters has denied access;
5151

52-
.. code-block:: php
52+
Usage of the available options in detail::
5353

5454
use Symfony\Component\Security\Core\Authorization\AccessDecisionManager;
5555

deployment/proxies.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ In this case, you'll need to - *very carefully* - trust *all* proxies.
5959
other than your load balancers. For AWS, this can be done with `security groups`_.
6060

6161
#. Once you've guaranteed that traffic will only come from your trusted reverse
62-
proxies, configure Symfony to *always* trust incoming request:
63-
64-
.. code-block:: php
62+
proxies, configure Symfony to *always* trust incoming request::
6563

6664
// web/app.php
6765

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ like this:
142142
],
143143
]);
144144
145-
.. code-block:: php
145+
As configured, the following property is used by the marking store::
146146

147147
class BlogPost
148148
{

0 commit comments

Comments
 (0)