mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[Cache] Fix typos
This commit is contained in:
parent
4a99c6e630
commit
86ac0a4866
@ -11,7 +11,6 @@
|
|||||||
* @link https://github.com/rss-bridge/rss-bridge
|
* @link https://github.com/rss-bridge/rss-bridge
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Factory class responsible for creating cache objects from a given working
|
* Factory class responsible for creating cache objects from a given working
|
||||||
* directory.
|
* directory.
|
||||||
@ -42,7 +41,7 @@ class Cache {
|
|||||||
*
|
*
|
||||||
* @var string|null
|
* @var string|null
|
||||||
*/
|
*/
|
||||||
static protected $workingDir = null;
|
protected static $workingDir = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Throws an exception when trying to create a new instance of this class.
|
* Throws an exception when trying to create a new instance of this class.
|
||||||
@ -108,7 +107,7 @@ class Cache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the current working directory.
|
* Returns the working directory.
|
||||||
* The working directory must be set with {@see Cache::setWorkingDir()}!
|
* The working directory must be set with {@see Cache::setWorkingDir()}!
|
||||||
*
|
*
|
||||||
* @throws \LogicException if the working directory is not set.
|
* @throws \LogicException if the working directory is not set.
|
||||||
|
Loading…
Reference in New Issue
Block a user