Add PhpDoc / Code Standards

This commit is contained in:
Philipp Holzer 2019-05-20 19:14:39 +02:00
parent 58c8959da0
commit 059b813090
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 4 additions and 3 deletions

View File

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