From b81804f5ee6a530f1049ed7449d3d39fc4987773 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sun, 11 Mar 2018 12:23:13 +0100 Subject: [PATCH] [BridgeAbstract] Clarify usage of the bridge template --- BridgeAbstract.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BridgeAbstract.md b/BridgeAbstract.md index 60c8147..46b464b 100644 --- a/BridgeAbstract.md +++ b/BridgeAbstract.md @@ -334,12 +334,12 @@ class MySiteBridge extends BridgeAbstract { const URI = ''; const DESCRIPTION = 'No description provided'; const MAINTAINER = 'No maintainer'; - const PARAMETERS = array(); - const CACHE_TIMEOUT = 3600; public function collectData(){ // Implement your bridge here! } } // Imaginary empty line! -``` \ No newline at end of file +``` + +Please remove the comments from the template before opening a PR! \ No newline at end of file