We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63e562b + d4a546c commit 23ff00bCopy full SHA for 23ff00b
ext/mvc/model/validator/stringlength.c
@@ -1,4 +1,3 @@
1
-
2
/*
3
+------------------------------------------------------------------------+
4
| Phalcon Framework |
@@ -56,8 +55,8 @@
56
55
* 'field' => 'name_last',
57
* 'max' => 50,
58
* 'min' => 2,
59
- * 'messageMaximum' => 'We don't like really long names',
60
- * 'messageMinimum' => 'We want more than just their initials'
+ * 'messageMaximum' => 'We don\'t like really long names',
+ * 'messageMinimum' => 'We want more than just their initials'
61
* )));
62
* if ($this->validationHasFailed() == true) {
63
* return false;
0 commit comments