Renderer/Partial/AdapterTrait.php
Method callAdapter
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function callAdapter($method, $path, $input, callable $getSource, array $parameters)
{
$source = '';
$this->getCompiler()->reset();
Method getSandboxCall
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function getSandboxCall(&$source, $method, $path, $input, callable $getSource, array $parameters)
Method callAdapter
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function callAdapter($method, $path, $input, callable $getSource, array $parameters)