-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Forwardport] Fixed condition with usage isPost method #16823
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
[Forwardport] Fixed condition with usage isPost method #16823
Conversation
- removed private function isPost - removed unused imports - added request method isPost - added interface that expands HTTP request class - fixed unit test in Contact module - fixed integration tests in Contact module
Hi @gelanivishal. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Framework\App; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define strict type declaration for this file
Declare strict types=1
Hi @gelanivishal I fixed this issue myself. Let's wait when Travis will run all tests again |
Hi @ihor-sviziev, thank you for the review. |
Hi @gelanivishal. Thank you for your contribution. |
Original Pull Request
#12626
Contribution checklist