Skip to content

Commit 785bf90

Browse files
authored
phpcs edits
Signed-off-by: Olivier MELLINGER <[email protected]>
1 parent bb78c4d commit 785bf90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Adapter/Driver/Oci8/Statement.php

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

38-
/**
39-
* @var bool
38+
/**
39+
* @var bool
4040
* @internal
4141
* @deprecated
42-
*/
42+
*/
4343
public $parametersBound;
4444

4545
/**

0 commit comments

Comments
 (0)