Commit: 310fbc81f9bbc3123bf0b4bb8f770f01eb96f4e4
Author: Marke Hallowell | Date: 2010-01-31 03:04:32 -0800
diff --git a/extensions/phpca/Rule/DocTagsOrderRule.php b/extensions/phpca/Rule/DocTagsOrderRule.php
index addf567..4a506ab 100644
--- a/extensions/phpca/Rule/DocTagsOrderRule.php
+++ b/extensions/phpca/Rule/DocTagsOrderRule.php
@@ -9,6 +9,13 @@ use spriebsch\PHPca\Token;
*/
class DocTagsOrderRule extends Rule {
+ /**
+ * List of possible tags, ordered
+ *
+ * All tags will be referenced against this list. If they
+ * appear out of order, a violation will be raised. Simple
+ * order check regardless of missing tags.
+ */
protected $tagsOrdered = array (
"@link",
"@see",