Showing 2,539 of 3,709 total issues
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Configuration
has 27 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Configuration
{
/**
* @var Configuration
*/
Method checkCompatibilityRequest
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function checkCompatibilityRequest($item_id, $x_ebay_c_marketplace_id, $compatibility_payload = null)
{
// Verify the required parameter 'item_id' is set.
if ($item_id === null || (\is_array($item_id) && count($item_id) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $item_id when calling checkCompatibility');
Method createOrReplaceInventoryItemGroupRequest
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createOrReplaceInventoryItemGroupRequest($content_language, $inventory_item_group_key, $inventory_item_group)
{
// Verify the required parameter 'content_language' is set.
if ($content_language === null || (\is_array($content_language) && count($content_language) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $content_language when calling createOrReplaceInventoryItemGroup');
Method createOrReplaceProductCompatibilityRequest
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createOrReplaceProductCompatibilityRequest($content_language, $sku, $compatibility)
{
// Verify the required parameter 'content_language' is set.
if ($content_language === null || (\is_array($content_language) && count($content_language) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $content_language when calling createOrReplaceProductCompatibility');
Method updateOfferRequest
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateOfferRequest($content_language, $offer_id, $ebay_offer_details_with_id)
{
// Verify the required parameter 'content_language' is set.
if ($content_language === null || (\is_array($content_language) && count($content_language) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $content_language when calling updateOffer');
Method createOrReplaceInventoryItemRequest
has 79 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createOrReplaceInventoryItemRequest($content_language, $sku, $inventory_item)
{
// Verify the required parameter 'content_language' is set.
if ($content_language === null || (\is_array($content_language) && count($content_language) === 0)) {
throw new \InvalidArgumentException('Missing the required parameter $content_language when calling createOrReplaceInventoryItem');