Skip to content

Commit

Permalink
fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok authored Aug 26, 2016
1 parent 6b598d9 commit 4b787b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SAREhub/Commons/DataStream/DataStreamSource.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
use SAREhub\Commons\DataStream\DataStreamSink;
use SAREhub\Commons\DataStream;

/**
* Represents place where data come from like file, database or socket
*/
interface DataStreamSource {

public function pipe(DataStreamSink $sink);
}
}

0 comments on commit 4b787b7

Please sign in to comment.