Browse Source

phpdoc source parsing locks on trailing comments.

tokul 19 years ago
parent
commit
21a68c9e3f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      functions/abook_local_file.php

+ 1 - 2
functions/abook_local_file.php

@@ -571,5 +571,4 @@ class abook_local_file extends addressbook_backend {
         }
         return $value;
     }
-
-} /* End of class abook_local_file */
+}