You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use four spaces for indentation of "if" statements.
* Add a space between parenthesis and braces, e.g. if (foo) {...
* Remove spaces around the string concatenation operator (dot). This
is consistent with its usage in Redmine/Client.php.
0 commit comments