-
Notifications
You must be signed in to change notification settings - Fork 114
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
preparing php7 upgrade #115
base: master
Are you sure you want to change the base?
Conversation
@@ -10,9 +10,10 @@ | |||
|
|||
namespace NilPortugues\Sql\QueryBuilder\Builder; | |||
|
|||
use Exception; |
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.
There must be one blank line after the last USE statement; 0 found;
@@ -10,9 +10,10 @@ | |||
|
|||
namespace NilPortugues\Sql\QueryBuilder\Manipulation; | |||
|
|||
use Exception; |
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.
There must be one blank line after the last USE statement; 0 found;
@@ -10,6 +10,8 @@ | |||
|
|||
namespace NilPortugues\Sql\QueryBuilder\Manipulation; | |||
|
|||
use NilPortugues\Sql\QueryBuilder\Syntax\Table; | |||
use NilPortugues\Sql\QueryBuilder\Syntax\Where; |
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.
There must be one blank line after the last USE statement; 0 found;
@@ -10,6 +10,7 @@ | |||
|
|||
namespace NilPortugues\Sql\QueryBuilder\Syntax; | |||
|
|||
use InvalidArgumentException; |
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.
There must be one blank line after the last USE statement; 0 found;
No description provided.