File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ public static function getIdentifierQuote()
620
620
* Function verifies that given SQL Mode constant is currently set
621
621
*
622
622
* @return boolean false on empty param, true/false on given constant/int value
623
- * @param $flag int for example Context::SQL_MODE_ANSI_QUOTES
623
+ * @param int $flag for example Context::SQL_MODE_ANSI_QUOTES
624
624
*/
625
625
public static function hasMode ($ flag = null )
626
626
{
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function parseHighlight()
51
51
'help ' ,
52
52
'query: ' ,
53
53
'format: ' ,
54
- 'ansi '
54
+ 'ansi ' ,
55
55
];
56
56
$ params = $ this ->getopt (
57
57
'hq:f:a ' ,
@@ -125,7 +125,7 @@ public function parseLint()
125
125
'help ' ,
126
126
'query: ' ,
127
127
'context: ' ,
128
- 'ansi '
128
+ 'ansi ' ,
129
129
];
130
130
$ params = $ this ->getopt (
131
131
'hq:c:a ' ,
@@ -188,7 +188,7 @@ public function parseTokenize()
188
188
$ longopts = [
189
189
'help ' ,
190
190
'query: ' ,
191
- 'ansi '
191
+ 'ansi ' ,
192
192
];
193
193
$ params = $ this ->getopt (
194
194
'hq:a ' ,
You can’t perform that action at this time.
0 commit comments