diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php index c8b7fa3ca..7c99b6f04 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -21,7 +21,7 @@ { /** * This must take the contents of the object and convert it to exportable class(es). - * @return object or array of object. + * @return object or array of objects. */ public function export(); } |