src/Buy/Order/V2/Model/LineItem.php
LineItem
has 42 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class LineItem implements ModelInterface, \ArrayAccess, \JsonSerializable
{
public const DISCRIMINATOR = null;
/**
File LineItem.php
has 288 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* This file is part of the trollandtoad/ebay-sdk-php package.
*