-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFR #1171 Adding code support validation messages #1178
Conversation
…ted into some parent method)
Alright, I think I've done what I was going to do. Can anyone please review and show me my mistakes? |
@@ -153,7 +153,21 @@ | |||
|
|||
PHALCON_INIT_VAR(type); | |||
ZVAL_STRING(type, "Exclusion", 1); | |||
phalcon_call_method_p3_noret(this_ptr, "appendmessage", message, field_name, type); | |||
|
|||
// Is code set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use /* ... */ comments to make sure that the code can be compiled by a C89 compiler; // is an extension which is not supported by all compilers
Looks good to me, well done! |
Thank you, fixed |
NFR #1171 Adding code support validation messages
Thanks |
No description provided.