Skip to content

Commit 9881782

Browse files
committed
minor #17359 Change secure.php.net link to php.net (elliotbruneel)
This PR was merged into the 4.4 branch. Discussion ---------- Change secure.php.net link to php.net The subdomain `secure` is not needed as php.net supports https <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- fdfcf89 Change secure.php.net link to php.net
2 parents 726aa5c + fdfcf89 commit 9881782

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

console.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ the console::
145145
'',
146146
]);
147147

148-
// the value returned by someMethod() can be an iterator (https://secure.php.net/iterator)
148+
// the value returned by someMethod() can be an iterator (https://php.net/iterator)
149149
// that generates and returns the messages with the 'yield' PHP keyword
150150
$output->writeln($this->someMethod());
151151

reference/forms/types/options/date_input_format_description.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
If the ``input`` option is set to ``string``, this option specifies the format
66
of the date. This must be a valid `PHP date format`_.
77

8-
.. _`PHP date format`: https://secure.php.net/manual/en/function.date.php
8+
.. _`PHP date format`: https://php.net/manual/en/function.date.php

reference/forms/types/time.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ Form Variables
237237
| | | contains the input type to use (``datetime``, ``date`` or ``time``). |
238238
+--------------+-------------+----------------------------------------------------------------------+
239239

240-
.. _`PHP time format`: https://secure.php.net/manual/en/function.date.php
240+
.. _`PHP time format`: https://php.net/manual/en/function.date.php

0 commit comments

Comments
 (0)