diff --git a/include/cache.php b/include/cache.php index 98799bcf40..b56906c544 100644 --- a/include/cache.php +++ b/include/cache.php @@ -5,8 +5,8 @@ * @brief Class for storing data for a short time */ -use \Friendica\Core\Config; -use \Friendica\Core\PConfig; +use Friendica\Core\Config; +use Friendica\Core\PConfig; class Cache { /** @@ -121,9 +121,9 @@ class Cache { /** * @brief Put data in the cache according to the key - * + * * The input $value can have multiple formats. - * + * * @param string $key The key to the cached data * @param mixed $valie The value that is about to be stored * @param integer $duration The cache lifespan diff --git a/include/config.php b/include/config.php index c51db4ec7b..1c8b119bcc 100644 --- a/include/config.php +++ b/include/config.php @@ -1,7 +1,7 @@ 0 ? gps2Num($exifCoord[0]) : 0; diff --git a/include/queue.php b/include/queue.php index c0c73cda61..b21bf676ba 100644 --- a/include/queue.php +++ b/include/queue.php @@ -1,6 +1,6 @@