From 1bcecfb2892f13e913a754178d75bb28bd25feb1 Mon Sep 17 00:00:00 2001 From: adapik Date: Tue, 19 Feb 2019 10:34:11 +0300 Subject: [PATCH] fixed a typo in PoolingShardConnection phpdoc --- lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php b/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php index ad345598235..8d8134127d7 100644 --- a/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php +++ b/lib/Doctrine/DBAL/Sharding/PoolingShardConnection.php @@ -26,7 +26,7 @@ * - By default, the global shard is selected. If no global shard is configured * an exception is thrown on access. * - Selecting a shard by distribution value delegates the mapping - * "distributionValue" => "client" to the ShardChooser interface. + * "distributionValue" => "client" to the ShardChoser interface. * - An exception is thrown if trying to switch shards during an open * transaction. *