Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
verzola committed Mar 9, 2016
1 parent 312b8b3 commit c7785dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/validation.zep
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class Validation extends Injectable
"Uniqueness": "Field :field must be unique",
"Url": "Field :field must be a url",
"CreditCard": "Field :field is not valid for a credit card number",
"Date": "Field :field is not a valid date"
"Date": "Field :field is not a valid date"
];

let this->_defaultMessages = array_merge(defaultMessages, messages);
Expand Down

0 comments on commit c7785dd

Please sign in to comment.