Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jul 29, 2021
1 parent 8aa4e30 commit fe4e1d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion psalm-baseline.xml
Expand Up @@ -3306,8 +3306,10 @@
</UnusedVariable>
</file>
<file src="libraries/classes/Controllers/Server/PrivilegesController.php">
<MixedArgument occurrences="54">
<MixedArgument occurrences="56">
<code>$GLOBALS['message']</code>
<code>$_GET['checkprivsdb']</code>
<code>$_GET['checkprivsdb']</code>
<code>$_POST['userGroup']</code>
<code>$db</code>
<code>$db</code>
Expand Down

0 comments on commit fe4e1d4

Please sign in to comment.