]> git.mxchange.org Git - friendica.git/commitdiff
some minor fixings
authorPhilipp Holzer <admin+github@philipp.info>
Sun, 14 Jul 2019 20:26:36 +0000 (22:26 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 14 Jul 2019 20:26:36 +0000 (22:26 +0200)
src/Core/Config/Configuration.php
src/Factory/ConfigFactory.php

index 9654fb287f8cc156c0361f396b7006b972f15fe0..759120f557e2860f7c04f13eaccb4a9d5069c31b 100644 (file)
@@ -33,7 +33,9 @@ abstract class Configuration
        }
 
        /**
-        * {@inheritDoc}
+        * Returns the Config Cache
+        *
+        * @return Cache\ConfigCache
         */
        public function getCache()
        {
index 79448b8b8334a043a6836d76717411bdd4a9799a..5a24f86283b4817d4b08e45457ee59220205a92f 100644 (file)
@@ -27,7 +27,6 @@ class ConfigFactory
        /**
         * @param Cache\ConfigCache $configCache The config cache of this adapter
         * @param ConfigModel $configModel The configuration model
-        * @param Cache\ConfigCache $configCache The config cache
         *
         * @return Config\Configuration
         */