Skip to content

Commit 12cc81f

Browse files
alamiraultcleptric
andauthored
Use connection instead connecton in phpdoc (#722)
Co-authored-by: Michi Hoffmann <[email protected]>
1 parent 7d73be0 commit 12cc81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tracing/Doctrine/DBAL/ConnectionConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(TracingDriverMiddleware $tracingDriverMiddleware)
2727
}
2828

2929
/**
30-
* Configures the given connecton by wrapping its driver into an instance
30+
* Configures the given connection by wrapping its driver into an instance
3131
* of the {@see TracingDriver} class. This is done using the reflection,
3232
* and as such should be limited only to the versions of Doctrine DBAL that
3333
* are lower than 3.0. Since 3.0 onwards, the concept of driver middlewares

0 commit comments

Comments
 (0)