aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FormOptions.php
diff options
context:
space:
mode:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>2010-10-23 14:16:26 +0000
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>2010-10-23 14:16:26 +0000
commit85e0c158ee736071cfbb07996d5b5a8bca327f3c (patch)
tree43cce2515e4742a39a4f6521a756c18082060b8d /includes/FormOptions.php
parent787a0fa3af3dd169228341d5aa52893928426671 (diff)
downloadmediawikicore-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.php3
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 {