You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The send method was complex and had some duplication in code. This is
improved by using private methods for small parts of this method and
making the if/else statements more logical (else isn't even used
anymore).
As result the PHPMD suppress warning annotations could be removed.
0 commit comments