Showing 3 of 25 total issues
Method setup
has 252 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function setup()
{
global $wpdb;
return $this->_setupContainer(
File WpCqrsModule.php
has 306 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace RebelCode\Storage\Resource\WordPress\Module;
use Dhii\Data\Container\ContainerFactoryInterface;
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$key,
$dependencies,
ContainerFactoryInterface $configFactory,
ContainerFactoryInterface $containerFactory,
ContainerFactoryInterface $compContainerFactory