Skip to content

Commit

Permalink
Code is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Jan 5, 2016
1 parent a8a7ef6 commit 0a42653
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Domain/Stream/Twitter/TwitterRepositoryInterface.php
Expand Up @@ -2,11 +2,8 @@

namespace Jacobemerick\Web\Domain\Stream\Twitter;

use DateTimeInterface;

interface TwitterRepositoryInterface
{
public function getTwitterById($id);
public function getTwitterByFields(DateTimeInterface $date, $text);
public function getUnmappedTwitters();
}

0 comments on commit 0a42653

Please sign in to comment.