Add PhpDoc / Code Standards

This commit is contained in:
Philipp Holzer
2019-05-20 19:14:39 +02:00
parent 58c8959da0
commit 059b813090

View File

@@ -1,10 +1,11 @@
<?php
namespace Friendica\Object\Search;
/**
* The default interface for each search result
*/
interface IResult
{
}
}