]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/User/Cookie.php
Changed to null-coalscing style (??) as sugguested by @MrPetovan
[friendica.git] / src / Model / User / Cookie.php
index d0db091cb9c8c24f7335bb6823cdd5b6bc5f654c..c0e8ffc0e1b5181eb807cae6440c07337c997057 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -52,10 +52,10 @@ class Cookie
        private $data;
 
        /**
-        * @param \Friendica\Core\Config\Capability\IManageConfigValues $config
-        * @param App\BaseURL                                           $baseURL
-        * @param array                                                 $SERVER The $_SERVER array
-        * @param array                                                 $COOKIE The $_COOKIE array
+        * @param IManageConfigValues $config
+        * @param App\BaseURL         $baseURL
+        * @param array               $SERVER The $_SERVER array
+        * @param array               $COOKIE The $_COOKIE array
         */
        public function __construct(IManageConfigValues $config, App\BaseURL $baseURL, array $SERVER = [], array $COOKIE = [])
        {