mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some light refactoring. No changes.
This commit is contained in:
@@ -122,9 +122,9 @@ class CsvProcessor implements FileProcessorInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Shorthand method
|
||||
* Shorthand method to set the extended status.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @param array $array
|
||||
*/
|
||||
public function setExtendedStatus(array $array)
|
||||
@@ -149,7 +149,9 @@ class CsvProcessor implements FileProcessorInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* Shorthand method.
|
||||
* Shorthand method to add a step.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
private function addStep()
|
||||
{
|
||||
@@ -187,9 +189,9 @@ class CsvProcessor implements FileProcessorInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Shorthand method.
|
||||
* Shorthand method to return configuration.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
* @return array
|
||||
*/
|
||||
private function getConfig(): array
|
||||
@@ -197,18 +199,6 @@ class CsvProcessor implements FileProcessorInterface
|
||||
return $this->repository->getConfiguration($this->job);
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Shorthand method.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function getExtendedStatus(): array
|
||||
{
|
||||
return $this->repository->getExtendedStatus($this->job);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return Iterator
|
||||
*
|
||||
|
Reference in New Issue
Block a user