From 86ac0a486681727697836e1a3cabd268bf091f79 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Thu, 15 Nov 2018 19:00:48 +0100 Subject: [PATCH] [Cache] Fix typos --- lib/Cache.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Cache.php b/lib/Cache.php index 6545a773..309d0c3b 100644 --- a/lib/Cache.php +++ b/lib/Cache.php @@ -11,7 +11,6 @@ * @link https://github.com/rss-bridge/rss-bridge */ - /** * Factory class responsible for creating cache objects from a given working * directory. @@ -42,7 +41,7 @@ class Cache { * * @var string|null */ - static protected $workingDir = null; + protected static $workingDir = null; /** * 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()}! * * @throws \LogicException if the working directory is not set.