Skip to content

Commit

Permalink
Fixes #4122: Fixed typo in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 12, 2017
1 parent 2d82c69 commit 6bf677a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/validators/CRangeValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* return array(
* array('text, tag', 'required'),
* array('text, 'type', 'type' => 'string'),
* array('tag, 'in', 'range' => array('php', 'mysql', 'jquery')),
* array('tag', 'in', 'range' => array('php', 'mysql', 'jquery')),
* );
* }
* }
Expand Down Expand Up @@ -121,4 +121,4 @@ public function clientValidateAttribute($object,$attribute)
}
";
}
}
}

0 comments on commit 6bf677a

Please sign in to comment.