Skip to content

Commit 510c6d8

Browse files
committed
fix type intendation in order to fix linters in phpmyadmin
see phpmyadmin/phpmyadmin#18349 Signed-off-by: Andrei Savin <[email protected]>
1 parent a3a699d commit 510c6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Statements/SetStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class SetStatement extends Statement
8282
/**
8383
* Options used in current statement.
8484
*
85-
* @var OptionsArray[]|null
85+
* @var OptionsArray|null
8686
*/
8787
public $options;
8888

0 commit comments

Comments
 (0)