Skip to content

Commit fdfcf89

Browse files
Change secure.php.net link to php.net
1 parent bff99fa commit fdfcf89

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)