Skip to content

Commit

Permalink
Translate missed constructor of returntypewillchange
Browse files Browse the repository at this point in the history
We translated the main attribute page before but not its constructor.
Now this oversight is fixed.
  • Loading branch information
Sobak committed Nov 21, 2024
1 parent d608c1b commit 55a4e99
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions language/predefined/returntypewillchange/construct.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 681fd84dbdef6c0f8fe92848677d95a993b66143 Maintainer: sobak Status: ready -->
<refentry xml:id="returntypewillchange.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ReturnTypeWillChange::__construct</refname>
<refpurpose>Tworzy nową instancję atrybutu ReturnTypeWillChange</refpurpose>
</refnamediv>

<refsect1 role="description">
&reftitle.description;
<constructorsynopsis role="ReturnTypeWillChange">
<modifier>public</modifier> <methodname>ReturnTypeWillChange::__construct</methodname>
<void/>
</constructorsynopsis>
<para>
Tworzy nowy obiekt <classname>ReturnTypeWillChange</classname>.
</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
&no.function.parameters;
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

0 comments on commit 55a4e99

Please sign in to comment.