8000 Merge branch '3.4' into 4.3 · symfony/symfony-docs@dac594f · GitHub
[go: up one dir, main page]

Skip to content

Commit dac594f

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Removed more namespace shortcuts Removed non working link
2 parents 164ce40 + 859ab67 commit dac594f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed
< 8000 /div>

contributing/documentation/format.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,10 @@ If you want to modify that title, use this alternative syntax:
148148
:doc:`environments`
149149
150150
**Links to the API** follow a different syntax, where you must specify the type
151-
of the linked resource (``namespace``, ``class`` or ``method``):
151+
of the linked resource (``class`` or ``method``):
152152

153153
.. code-block:: rst
154154
155-
:namespace:`Symfony\\Component\\BrowserKit`
156-
157155
:class:`Symfony\\Component\\Routing\\Matcher\\ApacheUrlMatcher`
158156
159157
:method:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle::build`

create_framework/http_foundation.rst

Lines changed: 1 addition 8000 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ cases by yourself. Why not using a technology that already works?
270270
.. note::
271271

272272
If you want to learn more about the HttpFoundation component, you can have
273-
a look at the :namespace:`Symfony\\Component\\HttpFoundation` API or read
273+
a look at the ``Symfony\Component\HttpFoundation`` API or read
274274
its dedicated :doc:`documentation </components/http_foundation>`.
275275

276276
Believe or not but we have our first framework. You can stop now if you want.

validation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,9 @@ options can be specified in this way.
488488
This is purely meant to make the configuration of the most common option of
489489
a constraint shorter and quicker.
490490

491-
If you're ever unsure of how to specify an option, either check :namespace:`Symfony\\Component\\Validator\\Constraints`
492-
for the constraint or play it safe by always passing in an array of options
493-
(the first method shown above).
491+
If you're ever unsure of how to specify an option, either check the namespace
492+
``Symfony\Component\Validator\Constraints`` for the constraint or play it safe
493+
by always passing in an array of options (the first method shown above).
494494

495495
Constraints in Form Classes
496496
---------------------------

0 commit comments

Comments
 (0)
0