Skip to content

Commit cb58b82

Browse files
committed
Update types and tiny fix
Signed-off-by: iifawzi <iifawzie@gmail.com>
1 parent be82319 commit cb58b82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Statements/ExplainStatement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ExplainStatement extends Statement
5454
/**
5555
* The connection identifier, if used.
5656
*
57-
* @var number|null
57+
* @var int|null
5858
*/
5959
public $connectionId = null;
6060

@@ -114,7 +114,7 @@ public function parse(Parser $parser, TokensList $list)
114114
|| $token->keyword === 'DESC'
115115
|| $token->keyword === 'DESCRIBE'
116116
) {
117-
$miniState === 1;
117+
$miniState = 1;
118118
$this->statemenetAlias = $token->keyword;
119119

120120
$lastIdx = $list->idx;

0 commit comments

Comments
 (0)