8000 Tweak the code to avoid fabbot false positives · symfony/cache@a459125 · GitHub
[go: up one dir, main page]

Skip to content

Commit a459125

Browse files
committed
Tweak the code to avoid fabbot false positives
1 parent 04860ec commit a459125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Traits/MemcachedTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ private function checkResultCode($result)
272272
return $result;
273273
}
274274

275-
throw new CacheException(sprintf('MemcachedAdapter client error: %s.', strtolower($this->client->getResultMessage())));
275+
throw new CacheException('MemcachedAdapter client error: '.strtolower($this->client->getResultMessage()));
276276
}
277277

278278
/**

0 commit comments

Comments
 (0)
0