Skip to content

Commit bb78c4d

Browse files
authored
updates according to @Ocramius comments
Signed-off-by: Olivier MELLINGER <[email protected]>
1 parent d687751 commit bb78c4d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Adapter/Driver/Oci8/Statement.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,12 @@ class Statement implements StatementInterface, Profiler\ProfilerAwareInterface
3535
/** @var resource */
3636
protected $resource;
3737

38-
/** @var bool */
39-
protected $parametersBound;
38+
/**
39+
* @var bool
40+
* @internal
41+
* @deprecated
42+
*/
43+
public $parametersBound;
4044

4145
/**
4246
* Is prepared

0 commit comments

Comments
 (0)