Skip to content

Commit af17eaf

Browse files
Update src/Statements/KillStatement.php
Co-authored-by: Maurício Meneghini Fauth <[email protected]>
1 parent c5033af commit af17eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Statements/KillStatement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ class KillStatement extends Statement
4646
/**
4747
* Whether MariaDB ID keyword is used or not.
4848
*
49-
* @psalm-var bool
49+
* @var bool
5050
*/
51-
public $IDKeywordUsed = false;
51+
public $idKeywordUsed = false;
5252

5353
/**
5454
* Whether parenthesis used around the identifier or not

0 commit comments

Comments
 (0)