We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d382ed commit 6a8b607Copy full SHA for 6a8b607
2 files changed
lib/Phpfastcache/Drivers/Memcache/Config.php
@@ -65,6 +65,9 @@ public function getServers(): array
65
* @return self
66
* @throws PhpfastcacheInvalidConfigurationException
67
* @throws PhpfastcacheLogicException
68
+ *
69
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
70
+ * @SuppressWarnings(PHPMD.NPathComplexity)
71
*/
72
public function setServers(array $servers): static
73
{
lib/Phpfastcache/Drivers/Memcached/Config.php
@@ -113,6 +113,9 @@ public function getServers(): array
113
114
115
116
117
118
119
120
121
0 commit comments