mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14: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();
|
$keys = $this->con->getAllKeys();
|
||||||
$values = [];
|
$values = [];
|
||||||
|
|
||||||
var_dump($keys);
|
\var_dump($keys);
|
||||||
|
|
||||||
foreach ($keys as $key) {
|
foreach ($keys as $key) {
|
||||||
if (\preg_match('/' . $pattern . '/', $key) === 1) {
|
if (\preg_match('/' . $pattern . '/', $key) === 1) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user