Make phan ignore JsonSerializable redefinition

Change-Id: I1cffc88a3f4ea4290892c0624a6f32e852cde1dd
This commit is contained in:
Stephane Bisson 2019-05-07 16:21:22 -04:00
parent ad0e6844fb
commit 13956265c1

View file

@ -6,6 +6,7 @@ use Wikimedia\Timestamp\TimestampException;
* Class that returns structured data based
* on the provided event.
*/
// @phan-suppress-next-line PhanRedefinedInheritedInterface
abstract class EchoEventPresentationModel implements JsonSerializable {
/**