src/TargetPOGenerator.php
Method call
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function call($source, $targets)
{
$this->sourceEntries = collect($this->extractor->call($source));
$this->sourceEntryKeys = $this->sourceEntries->keys();