]> git.mxchange.org Git - friendica.git/blob - src/Object/Search/IResult.php
Merge remote-tracking branch 'upstream/develop' into aria
[friendica.git] / src / Object / Search / IResult.php
1 <?php
2
3 namespace Friendica\Object\Search;
4
5 /**
6  * The default interface for each search result
7  */
8 interface IResult
9 {
10
11 }