File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ the console::
145
145
'',
146
146
]);
147
147
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)
149
149
// that generates and returns the messages with the 'yield' PHP keyword
150
150
$output->writeln($this->someMethod());
151
151
Original file line number Diff line number Diff line change 5
5
If the ``input`` option is set to ``string``, this option specifies the format
6
6
of the date. This must be a valid `PHP date format`_.
7
7
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
Original file line number Diff line number Diff line change @@ -237,4 +237,4 @@ Form Variables
237
237
| | | contains the input type to use (``datetime ``, ``date `` or ``time ``). |
238
238
+--------------+-------------+----------------------------------------------------------------------+
239
239
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
You can’t perform that action at this time.
0 commit comments