Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnolanglade committed Feb 23, 2015
1 parent 9bc4d27 commit 23aea15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions DataFetcher/DataFetcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ interface DataFetcherInterface
/**
* Fetching data from data base
*
* @param array config
* @param array $configuration
*
* @return Data $data
*/
public function fetch(array $configuration);

/**
*
* @return Type of data
*/
public function getType();
Expand Down
2 changes: 2 additions & 0 deletions Model/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ public function getDataFetcherConfiguration()
public function setDataFetcherConfiguration(array $dataFetcherConfiguration)
{
$this->dataFetcherConfiguration = $dataFetcherConfiguration;

return $this;
}

/**
Expand Down

0 comments on commit 23aea15

Please sign in to comment.