Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug swiftmailer#1227 bugfix and code refactor: $response var might be…
… initialized fixed; nested condition is converted to guard clause in to improve code readability (sergey.lebedev) This PR was merged into the 6.3-dev branch. Discussion ---------- bugfix and code refactor: $response var might be initialized fixed; nested condition is converted to guard clause in to improve code readability <!-- Please fill in this template according to the PR you're about to submit. --> | Q | A | ------------- | --- | Bug fix? | yes | New feature? | yes/no | Doc update? | yes/no | BC breaks? | yes/no | Deprecations? | yes/no | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT $response var might be initialized - added its initialization to null also nested condition is converted to guard clause in order to improve code readability Commits ------- 04a4b4a code refactor: nested condition -> guard clause; $response var initialization to null
- Loading branch information