Details
-
Type:
Coding Standards Violation
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.8.4
-
Fix Version/s: 1.9.5
-
Component/s: Zend_Service_Twitter
-
Labels:None
Description
Zend_Service_Twtitter seems to be rushed a bit, as it has multiple coding standard violations, for example in some places no space after beween "if" and the opening brace, or some variables not named properly (e.g. $in_reply_to_status_id, instead of $inReplyToStatusId).
I believe that the only CS violation left was the variable name. I will fix and get this in place.