diff --git a/language/predefined/typeerror.xml b/language/predefined/typeerror.xml
index 5fbf6057c0..acc6dea414 100644
--- a/language/predefined/typeerror.xml
+++ b/language/predefined/typeerror.xml
@@ -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