davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

Fix php 7.2 notice - replace wrong keyword in XmlParser #264

Closed bethrezen closed 5 years ago

bethrezen commented 5 years ago

This exact keyword produces notice in php 7.2. Changing continue to break(so we are going out of switch-case to foreach loop) solves the problem while leaving the same logic.

bethrezen commented 5 years ago

Seems to be duplicate of #244 @davidtsadler please review #244