Gotta declare FullNoticeStream as abstract class

This commit is contained in:
Mikael Nordfeldth 2016-02-16 02:24:38 +01:00
parent 46829c6d3c
commit d2507a6266
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
/**
* Class for notice streams that does not filter anything out.
*/
class FullNoticeStream extends NoticeStream
abstract class FullNoticeStream extends NoticeStream
{
protected $selectVerbs = [];
}