File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed
contributing/documentation Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ and to the PHP documentation:
157
157
158
158
:phpclass:`SimpleXMLElement`
159
159
160
- `DateTime::createFromFormat`_
160
+ :phpmethod: `DateTime::createFromFormat`
161
161
162
162
:phpfunction:`iterator_to_array`
163
163
@@ -215,4 +215,3 @@ Installing the Sphinx extensions
215
215
.. _Pygments website : http://pygments.org/languages/
216
216
.. _source : https://github.com/fabpot/sphinx-php
217
217
.. _Sphinx quick setup : http://sphinx-doc.org/tutorial.html#setting-up-the-documentation-sources
218
- .. _`DateTime::createFromFormat` : http://php.net/manual/en/datetime.createfromformat.php
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The "value" for each country is the two-letter country code.
12
12
13
13
.. note ::
14
14
15
- The locale of your user is guessed using `Locale::getDefault() `_
15
+ The locale of your user is guessed using :phpmethod: `Locale::getDefault `
16
16
17
17
Unlike the ``choice `` type, you don't need to specify a ``choices `` or
18
18
``choice_list `` option as the field type automatically uses all of the countries
@@ -58,5 +58,3 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
58
58
.. include :: /reference/forms/types/options/label.rst.inc
59
59
60
60
.. include :: /reference/forms/types/options/read_only.rst.inc
61
-
62
- .. _`Locale::getDefault()` : http://php.net/manual/en/locale.getdefault.php
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The "value" for each language is the *Unicode language identifier*
13
13
14
14
.. note ::
15
15
16
- The locale of your user is guessed using `Locale::getDefault() `_
16
+ The locale of your user is guessed using :phpmethod: `Locale::getDefault `
17
17
18
18
Unlike the ``choice `` type, you don't need to specify a ``choices `` or
19
19
``choice_list `` option as the field type automatically uses a large list
@@ -59,5 +59,3 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
59
59
.. include :: /reference/forms/types/options/label.rst.inc
60
60
61
61
.. include :: /reference/forms/types/options/read_only.rst.inc
62
-
63
- .. _`Locale::getDefault()` : http://php.net/manual/en/locale.getdefault.php
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ the ISO3166 *country* code (e.g. ``fr_FR`` for French/France).
14
14
15
15
.. note ::
16
16
17
- The locale of your user is guessed using `Locale::getDefault() `_
17
+ The locale of your user is guessed using :phpmethod: `Locale::getDefault `
18
18
19
19
Unlike the ``choice `` type, you don't need to specify a ``choices `` or
20
20
``choice_list `` option as the field type automatically uses a large list
@@ -60,5 +60,3 @@ These options inherit from the :doc:`field</reference/forms/types/field>` type:
60
60
.. include :: /reference/forms/types/options/label.rst.inc
61
61
62
62
.. include :: /reference/forms/types/options/read_only.rst.inc
63
-
64
- .. _`Locale::getDefault()` : http://php.net/manual/en/locale.getdefault.php
You can’t perform that action at this time.
0 commit comments