Skip to content

Commit

Permalink
minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mathielen committed Jan 4, 2015
1 parent b204df6 commit 7b8c037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mathielen/ImportEngine/Importer/ImporterRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function get($id)
}

/**
* @return id
* @return string
*/
public function find(StorageInterface $storage)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Mathielen/ImportEngine/Mapping/Mappings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getTargetFields()
}

/**
* @return \Mathielen\ImportEngine\Mapping\Mapping
* @return Mappings
*/
public function add($from, $to, $converter=null)
{
Expand Down

0 comments on commit 7b8c037

Please sign in to comment.