File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55If the ``input`` option is set to ``string``, this option specifies the format
66of 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments