mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 07:37:27 +02:00
[BridgeAbstract] Fix typos
@@ -26,8 +26,8 @@ Find a description of `const PARAMETERS` [below](#parameters)
|
||||
The default values are :
|
||||
|
||||
```PHP
|
||||
const NAME = "Unnamed bridge";
|
||||
const URI = "";
|
||||
const NAME = 'Unnamed bridge';
|
||||
const URI = '';
|
||||
const DESCRIPTION = 'No description provided';
|
||||
const MAINTAINER = 'No maintainer';
|
||||
const PARAMETERS = array();
|
||||
|
Reference in New Issue
Block a user