mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-19 13:08:40 +00:00
Automated formatting changes
This commit is contained in:
parent
a8ebed1d3b
commit
747d40f1e7
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user