Skip to content

Commit 9d289a4

Browse files
committed
Merge remote-tracking branch 'sensio/3.1' into 3.1
* sensio/3.1: Move new articles to correct location
2 parents 5fd5e84 + 1fc004e commit 9d289a4

File tree

6 files changed

+7
-16
lines changed

6 files changed

+7
-16
lines changed

components/cache/introduction.rst renamed to components/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ Advanced Usage
7575
--------------
7676

7777
.. toctree::
78+
:glob:
7879
:maxdepth: 1
7980

80-
cache_items
81-
cache_pools
81+
cache/*
8282

8383
.. _`PSR-6`: http://www.php-fig.org/psr/psr-6/
8484
.. _Packagist: https://packagist.org/packages/symfony/cache

components/cache/index.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

components/http_kernel.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Framework - works.
8383
Initially, using the :class:`Symfony\\Component\\HttpKernel\\HttpKernel`
8484
is really simple and involves creating an
8585
:doc:`event dispatcher </components/event_dispatcher>` and a
86-
:ref:`controller and argument resolver <component-http-kernel-resolve-controller>` (explained
87-
below). To complete your working kernel, you'll add more event listeners
88-
to the events discussed below::
86+
:ref:`controller and argument resolver <component-http-kernel-resolve-controller>`
87+
(explained below). To complete your working kernel, you'll add more event
88+
listeners to the events discussed below::
8989

9090
use Symfony\Component\HttpFoundation\Request;
9191
use Symfony\Component\HttpKernel\HttpKernel;

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ This returns a special ``JsonResponse`` object that encodes the data automatical
792792
// return $this->json($data, $status = 200, $headers = array(), $context = array());
793793
}
794794

795-
If the :doc:`serializer service </cookbook/serializer>` is enabled in your
795+
If the :doc:`serializer service </serializer>` is enabled in your
796796
application, contents passed to ``json()`` are encoded with it. Otherwise,
797797
the :phpfunction:`json_encode` function is used.
798798

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ controller.argument_value_resolver
362362
Value resolvers implement the
363363
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentValueResolverInterface`
364364
and are used to resolve argument values for controllers as described here:
365-
:doc:`/cookbook/controller/argument_value_resolver`.
365+
:doc:`/controller/argument_value_resolver`.
366366

367367
data_collector
368368
--------------

0 commit comments

Comments
 (0)