]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Gotta declare FullNoticeStream as abstract class
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 16 Feb 2016 01:24:38 +0000 (02:24 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 16 Feb 2016 01:24:38 +0000 (02:24 +0100)
lib/fullnoticestream.php

index 8433c18c9c670c1b81244917f4c1abd72e0d8956..2f830074695a71dd15216037747cdc4ffda355ad 100644 (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 = [];
 }