Skip to content

Commit

Permalink
Merge 72c175d into 51fe4b6
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsch committed Sep 18, 2014
2 parents 51fe4b6 + 72c175d commit 4af4420
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/Athletic/Publishers/PublisherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,16 @@

namespace Athletic\Publishers;


use Athletic\Formatters\FormatterInterface;

/**
* Class PublisherInterface
* @package Athletic\Publishers
*/
interface PublisherInterface
{
/**
* @param FormatterInterface $formatter
*/
public function __construct(FormatterInterface $formatter);


/**
* @param array $results
* @param \Athletic\Results\ClassResults $results
*
* @return mixed
*/
public function publish($results);
}
}

0 comments on commit 4af4420

Please sign in to comment.