src/DataService/Feeds/FeedConfig.php
FeedConfig
has 84 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class FeedConfig extends ObjectBase implements PublicIdWithGuidInterface
{
/**
* The parameters that are passed to a custom feed adapter for processing at runtime.
*
File FeedConfig.php
has 412 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace Lullabot\Mpx\DataService\Feeds;
use GuzzleHttp\Psr7\Uri;