-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The return type is wrong in spanish translation #77
Comments
This is because this page is translated using a reference from May 17th, 2013; many years ago. This happens with almost 1/3 of the Spanish translated pages, which are not updated for a looong time. |
I just read the guia.pdf file. I could help with this issue. |
…le/createfromformat.xml`
I just translate the docs for manual page: https://php.net/datetimeimmutable.createfromformat And some related documents, so that the documentation doesn't get corrupted, since there are references between them. There is still a lot of talk about PHP 5 in the Spanish documentation, when in the original it is not even mentioned, and the changes of PHP 8 are mentioned. He traducido el documento relacionado con la página del manual: https://php.net/datetimeimmutable.createfromformat Y algunos documentos relacionados, para que la documentación no se corrompa, ya que hay referencias entre ellos. Aun se habla mucho de PHP 5 en la documentación en español, cuando en la original ni se menciona, y se mencionan los cambios de PHP 8. |
From manual page: https://php.net/datetimeimmutable.createfromformat
The english documentation indicates the return type of the
DateTimeImmutable::createFromFormat
ordate_create_immutable_from_format
should beDateTimeImmutable|false
but instead indicatesDateTimeImmutable
which can lead to bugs when not handling the boolean possible return value.The text was updated successfully, but these errors were encountered: