-
Notifications
You must be signed in to change notification settings - Fork 4
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
Initial Doctrine Container WIP #2
base: topics/doctrine
Are you sure you want to change the base?
Conversation
. ' ORDER BY m.timeToSend' | ||
); | ||
|
||
if($limit){ |
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.
Coding style - should be 'if () {}', not if()
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.
thx for reviewing. It seems as if I have not ran PHPCS over the files yet (WIP).
Will check CS of my commits later.
LGTM at first glance - a few CS issues, and it's annoying about the MDB2 issues breaking the build... |
@CloCkWeRX We got side-tracked with this at work. But I am guessing, we'll wrap this up in the next couple of weeks. |
@CloCkWeRX If you know of a neat trick to make PEAR behave on travis, let me know. |
Not really, apart from forking mdb2/ripping out the load extension code from it. |
@till feedback appreciated