Add PhpDoc / Code Standards
This commit is contained in:
parent
58c8959da0
commit
059b813090
|
@ -1,9 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
namespace Friendica\Object\Search;
|
namespace Friendica\Object\Search;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The default interface for each search result
|
||||||
|
*/
|
||||||
interface IResult
|
interface IResult
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue