Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-12 14:21:08 +00:00
parent a8ebed1d3b
commit 747d40f1e7

View File

@ -207,7 +207,7 @@ final class MemCached extends ConnectionAbstract
$keys = $this->con->getAllKeys();
$values = [];
var_dump($keys);
\var_dump($keys);
foreach ($keys as $key) {
if (\preg_match('/' . $pattern . '/', $key) === 1) {