1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 15:47:32 +02:00

[BridgeAbstract] Fix typos

LogMANOriginal
2016-09-09 19:10:58 +02:00
parent 78340ae29e
commit 8606deb452

@@ -26,8 +26,8 @@ Find a description of `const PARAMETERS` [below](#parameters)
The default values are : The default values are :
```PHP ```PHP
const NAME = "Unnamed bridge"; const NAME = 'Unnamed bridge';
const URI = ""; const URI = '';
const DESCRIPTION = 'No description provided'; const DESCRIPTION = 'No description provided';
const MAINTAINER = 'No maintainer'; const MAINTAINER = 'No maintainer';
const PARAMETERS = array(); const PARAMETERS = array();