Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qual: fix phan notices #31368

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Conversation

mdeweerd
Copy link
Contributor

Qual: fix phan notices

Fix phan/phpstan notices, mostly in html,formmail

@mdeweerd mdeweerd force-pushed the fix/html.formmail branch 5 times, most recently from d2d8757 to 0e49815 Compare October 12, 2024 12:29
# Qual: fix phan notices

Fix phan/phpstan notices, mostly in html,formmail
@mdeweerd
Copy link
Contributor Author

@eldy
I leave it to you to fix this phan notice.

foreach ($this->substit_lines as $substit_line) {
$lines .= make_substitutions($defaultlines, $substit_line)."\n";
}

Parameter #2 $substitutionarray of function make_substitutions expects array<string, string>, string given.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants