Skip to content
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

#68 Actualización de la traducción de language/oop5/final.xml #107

Closed
wants to merge 1 commit into from

Conversation

Marqitos
Copy link
Contributor

@Marqitos Marqitos commented Feb 1, 2025

Actualización y revisión completa del archivo

Comment on lines +4 to +14
<sect1 xml:id="language.oop5.final" xmlns="http://docbook.org/ns/docbook">
<title>Palabra clave Final</title>
<para>
PHP introduce la palabra clave final, que impide que las clases
hijas sobrescriban un método, antecediendo su definición con <literal>final</literal>.
Si la propia clase se define como final, entonces no se podrá heredar de ella.
</para>
<para>
<example>
<title>Ejemplo de métodos Final</title>
<programlisting role="php">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indent seems wrong here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oks,
I will check that.

Thank you!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please rebase on latest master, the build should be passing now.

@Marqitos Marqitos closed this by deleting the head repository Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants