Skip to content

Commit

Permalink
protocol_version was always an int property
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela authored and LolGleb committed Aug 16, 2023
1 parent 57e00c6 commit 515427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqli/mysqli.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class mysqli
public $sqlstate;

/**
* @var string
* @var int
*/
#[LanguageLevelTypeAware(['8.1' => 'int'], default: '')]
public $protocol_version;
Expand Down

0 comments on commit 515427c

Please sign in to comment.