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 8310748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Expand Up @@ -8,6 +8,10 @@ awareness about deprecated code.

# Upgrade to 3.4

## Marked `Connection::ARRAY_PARAM_OFFSET` as internal.

The `Connection::ARRAY_PARAM_OFFSET` constant has been marked as internal. It will be removed in 4.0.

## Deprecated passing asset names as assets in `AbstractPlatform` and `AbstractSchemaManager` methods.

Passing assets to the following `AbstractPlatform` methods and parameters has been deprecated:
Expand Down
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 8310748

Please sign in to comment.