Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
fix type hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Apr 25, 2015
1 parent d79ccff commit d6b2acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CoverallsReportBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ public function build()
}

/**
* @param ConfigurationInterface $config
* @param Configuration $config
* @return ReportBuilder
*/
public static function fromConfiguration(ConfigurationInterface $config)
public static function fromConfiguration(Configuration $config)
{
return $config->applyTo(new self());
}
Expand Down

0 comments on commit d6b2acd

Please sign in to comment.