Skip to content

Commit

Permalink
Fix linkcred PHPStan error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow committed Nov 20, 2023
1 parent 663ac0a commit 32f41fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/contactlog.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private static function showForAgent(Agent $agent)
}
if (isset($linkcred)) {
$listofctlog[] = $dbpctlog + [
'linkcred' => $linkcred ?? '',
'linkcred' => $linkcred,
'linkdbparam' => $linkdbparam ?? '',
'credname' => $credname ?? '',
'dbparamname' => $dbparamname ?? '',
Expand Down

0 comments on commit 32f41fc

Please sign in to comment.