-
Notifications
You must be signed in to change notification settings - Fork 180
Fix array attributes parsing in project save (create / update) #87
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
Conversation
|
@alxshr please make sure to follow the coding style (i see tabs and missed-placed braces, etc...), |
lib/Redmine/Api/Issue.php
Outdated
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.
Can you please remove the debug lines completely. No debug code should be in the production code.
|
Fixed. |
|
don't forget the coding style in general (braces + tabs). |
|
Hi, |
|
it is based on http://symfony.com/doc/current/contributing/code/standards.html |
|
Fixed code formatting by php-cs-fixer |
|
Any news on this? |
|
The fixed Tracker_ids are awesome! Good work! :) |
Fix array attributes parsing in project save (create / update)
|
thx @alxshr , sorry for being so slow in merging your PR. Could you please provide an example for this? (and better even, some tests!) |
No description provided.