mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-14 22:52:34 +02:00
[Bridge] Fix typos
This commit is contained in:
parent
4b5372638c
commit
936688e08c
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ class Bridge {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
static protected $workingDir;
|
protected static $workingDir;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds a list of whitelisted bridges.
|
* Holds a list of whitelisted bridges.
|
||||||
|
@ -91,7 +91,7 @@ class Bridge {
|
||||||
|
|
||||||
require_once $pathBridge;
|
require_once $pathBridge;
|
||||||
|
|
||||||
if((new ReflectionClass($nameBridge))->isInstantiable()) {
|
if((new \ReflectionClass($nameBridge))->isInstantiable()) {
|
||||||
return new $nameBridge();
|
return new $nameBridge();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue