diff options
Diffstat (limited to 'includes/db/IORMRow.php')
-rw-r--r-- | includes/db/IORMRow.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/db/IORMRow.php b/includes/db/IORMRow.php index e99ba6cc..6bc0cdd2 100644 --- a/includes/db/IORMRow.php +++ b/includes/db/IORMRow.php @@ -27,13 +27,12 @@ * @file * @ingroup ORM * - * @licence GNU GPL v2 or later + * @license GNU GPL v2 or later * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ interface IORMRow { - /** * Constructor. * @@ -272,4 +271,4 @@ interface IORMRow { */ public function getTable(); -}
\ No newline at end of file +} |