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