Skip to content

Commit

Permalink
Mark Connection::ARRAY_PARAM_OFFSET internal
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Jul 29, 2022
1 parent d6aaae9 commit d0b0f14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Connection.php
Expand Up @@ -64,6 +64,8 @@ class Connection

/**
* Offset by which PARAM_* constants are detected as arrays of the param type.
*
* @internal Should be used only within the wrapper layer.
*/
public const ARRAY_PARAM_OFFSET = 100;

Expand Down

0 comments on commit d0b0f14

Please sign in to comment.