Skip to content

Commit d687751

Browse files
authored
Code sniffer fix
Signed-off-by: Olivier MELLINGER <[email protected]>
1 parent b664726 commit d687751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Driver/Oci8/Statement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Statement implements StatementInterface, Profiler\ProfilerAwareInterface
3535
/** @var resource */
3636
protected $resource;
3737

38-
/** @var bool */
38+
/** @var bool */
3939
protected $parametersBound;
4040

4141
/**

0 commit comments

Comments
 (0)