Skip to content

Commit 8cba2b0

Browse files
authored
Merge pull request #3463 from Adapik/typo-in-phpdocs
Fixed a typo in PoolingShardConnection phpdoc
2 parents f5ddd09 + c61c0b9 commit 8cba2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* - By default, the global shard is selected. If no global shard is configured
2727
* an exception is thrown on access.
2828
* - Selecting a shard by distribution value delegates the mapping
29-
* "distributionValue" => "client" to the ShardChooser interface.
29+
* "distributionValue" => "client" to the ShardChoser interface.
3030
* - An exception is thrown if trying to switch shards during an open
3131
* transaction.
3232
*

0 commit comments

Comments
 (0)