WS - remove trailing whitespace

[skip-revcheck]
This commit is contained in:
Peter Cowburn 2021-09-09 22:16:06 +01:00
parent 36571044a0
commit 1bfd6a1d79
No known key found for this signature in database
GPG key ID: 6F8594EF42B32FAB

View file

@ -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