Closed jrfnl closed 3 years ago
This PR can be summarized in the following changelog entry:
If an if statement is the only content of an else clause, you may as well use an elseif.
if
else
elseif
This PR can be acceptance tested by following these steps:
Eh... why is Travis not running for this PR ?
Review & manual test OK! merging
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
If an
if
statement is the only content of anelse
clause, you may as well use anelseif
.Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps: