mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[Bridge] Fix typos
This commit is contained in:
@@ -45,7 +45,7 @@ class Bridge {
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
static protected $workingDir;
|
||||
protected static $workingDir;
|
||||
|
||||
/**
|
||||
* Holds a list of whitelisted bridges.
|
||||
@@ -91,7 +91,7 @@ class Bridge {
|
||||
|
||||
require_once $pathBridge;
|
||||
|
||||
if((new ReflectionClass($nameBridge))->isInstantiable()) {
|
||||
if((new \ReflectionClass($nameBridge))->isInstantiable()) {
|
||||
return new $nameBridge();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user