diff options
author | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-10-23 14:16:26 +0000 |
---|---|---|
committer | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2010-10-23 14:16:26 +0000 |
commit | 85e0c158ee736071cfbb07996d5b5a8bca327f3c (patch) | |
tree | 43cce2515e4742a39a4f6521a756c18082060b8d /includes/FormOptions.php | |
parent | 787a0fa3af3dd169228341d5aa52893928426671 (diff) | |
download | mediawikicore-85e0c158ee736071cfbb07996d5b5a8bca327f3c.tar.gz mediawikicore-85e0c158ee736071cfbb07996d5b5a8bca327f3c.zip |
* Standardised file description headers
* added @file where needed
* added file description headers where needed
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75237
Diffstat (limited to 'includes/FormOptions.php')
-rw-r--r-- | includes/FormOptions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/FormOptions.php b/includes/FormOptions.php index df5d41d5ea7a..2442a3302542 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -2,8 +2,9 @@ /** * Helper class to keep track of options when mixing links and form elements. * + * Copyright © 2008, Niklas Laxström + * * @author Niklas Laxström - * @copyright Copyright © 2008, Niklas Laxström */ class FormOptions implements ArrayAccess { |