Skip to content

Commit

Permalink
fix type intendation in order to fix linters in phpmyadmin
Browse files Browse the repository at this point in the history
see phpmyadmin/phpmyadmin#18349

Signed-off-by: Andrei Savin <[email protected]>
  • Loading branch information
ansavin committed May 6, 2023
1 parent a3a699d commit 510c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Statements/SetStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SetStatement extends Statement
/**
* Options used in current statement.
*
* @var OptionsArray[]|null
* @var OptionsArray|null
*/
public $options;

Expand Down

0 comments on commit 510c6d8

Please sign in to comment.