mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 15:47:32 +02:00
[BridgeAbstract] Fix typos
@@ -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();
|
||||||
|
Reference in New Issue
Block a user