Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-09 20:02:01 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-09 20:02:01 +0300
commit54363500750eb5d1bf37d1693e04ea5cb563a540 (patch)
treee22bd846f3dfe1b4b003fee7f8b8b2b71ebcd5e8 /psalm-baseline.xml
parent3e1f1baed0408b7cde6d0346bf6a8fb3ea0e67ea (diff)
Update Psalm baseline
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index be430c4b4b..24eb45a806 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -12502,7 +12502,7 @@
<code>$arrInstance[$name]</code>
<code>$arrInstance[$name]</code>
</MixedArrayOffset>
- <MixedAssignment occurrences="20">
+ <MixedAssignment occurrences="21">
<code>$arrInstance[$name]</code>
<code>$arrProp</code>
<code>$arrWEBMCol</code>
@@ -12510,6 +12510,7 @@
<code>$mem['MemFree']</code>
<code>$mem['MemTotal']</code>
<code>$mem['MemUsed']</code>
+ <code>$mem['SwapFree']</code>
<code>$mem['SwapPeak']</code>
<code>$mem['SwapTotal']</code>
<code>$mem['SwapUsed']</code>
@@ -12528,8 +12529,9 @@
<code>ConnectServer</code>
<code>Instances_</code>
</MixedMethodCall>
- <MixedOperand occurrences="6">
+ <MixedOperand occurrences="7">
<code>$mem['MemTotal']</code>
+ <code>$mem['SwapTotal']</code>
<code>$sum</code>
<code>$swapdevice['AllocatedBaseSize']</code>
<code>$swapdevice['CurrentUsage']</code>