mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
WS - remove trailing whitespace
[skip-revcheck]
This commit is contained in:
parent
36571044a0
commit
1bfd6a1d79
1 changed files with 10 additions and 10 deletions
|
@ -8,9 +8,9 @@
|
|||
xmlns:phpdoc="http://php.net/ns/phpdoc">
|
||||
<title>TypeError</title>
|
||||
<titleabbrev>TypeError</titleabbrev>
|
||||
|
||||
|
||||
<partintro>
|
||||
|
||||
|
||||
<!-- {{{ Error intro -->
|
||||
<section xml:id="typeerror.intro">
|
||||
&reftitle.intro;
|
||||
|
@ -25,22 +25,22 @@
|
|||
The argument type being passed to a function does not match
|
||||
its corresponding declared parameter type.
|
||||
</member>
|
||||
<member>
|
||||
<member>
|
||||
A value being returned from a function does not match the
|
||||
declared function return type.
|
||||
</member>
|
||||
</simplelist>
|
||||
</simplelist>
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
|
||||
<section xml:id="typeerror.synopsis">
|
||||
&reftitle.classsynopsis;
|
||||
|
||||
|
||||
<!-- {{{ Synopsis -->
|
||||
<classsynopsis>
|
||||
<ooclass><classname>TypeError</classname></ooclass>
|
||||
|
||||
|
||||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
|
@ -62,9 +62,9 @@
|
|||
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
|
||||
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.error')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
|
||||
</classsynopsis>
|
||||
|
||||
|
||||
<!-- }}} -->
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section xml:id="typeerror.changelog" role="changelog">
|
||||
|
@ -94,7 +94,7 @@
|
|||
|
||||
</partintro>
|
||||
</phpdoc:exceptionref>
|
||||
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
|
Loading…
Reference in a new issue