]> git.mxchange.org Git - friendica.git/commitdiff
Add PhpDoc / Code Standards
authorPhilipp Holzer <admin+github@philipp.info>
Mon, 20 May 2019 17:14:39 +0000 (19:14 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Mon, 20 May 2019 17:14:39 +0000 (19:14 +0200)
src/Object/Search/IResult.php

index bf5dfc9146fad69472f7a5f3c848c91d635820fe..64fb71c85819b5c33a50ab74cfca81f2f5fb56b1 100644 (file)
@@ -1,10 +1,11 @@
 <?php
 
-
 namespace Friendica\Object\Search;
 
-
+/**
+ * The default interface for each search result
+ */
 interface IResult
 {
 
-}
\ No newline at end of file
+}