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

Fix: implode->join and duplicated if condition #28761

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

mdeweerd
Copy link
Contributor

Fix: implode->join and duplicated if condition

Fix Phan exceptions in develop:

  • occurences of join;
  • duplicate if condition and statements.

# Fix: join->implode

Update new cases of join
# Fix: Duplicate if condition in if/else sequence

Fixed repeated if condition and action
@mdeweerd mdeweerd marked this pull request as ready for review March 11, 2024 10:55
@eldy eldy merged commit 8602ca9 into Dolibarr:develop Mar 11, 2024
5 checks passed
@mdeweerd mdeweerd deleted the fix/implode/3 branch March 11, 2024 12:06
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