]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
"CheckServer" added
[friendica.git] / src / App.php
index 8a36c3bfeb386464c03ec35a030bbab223d09693..cf53e956f0cd75610c1aef1827a31a4b49eaf48c 100644 (file)
@@ -132,16 +132,6 @@ class App
         */
        private $process;
 
-       /**
-        * Returns the arguments of the query
-        *
-        * @return Arguments
-        */
-       public function getArgs()
-       {
-               return $this->args;
-       }
-
        /**
         * Returns the current config cache of this node
         *
@@ -393,7 +383,7 @@ class App
         * @deprecated 2019.09 - Use BaseURL->remove() instead
         * @see        BaseURL::remove()
         */
-       public function removeBaseURL($origURL)
+       public function removeBaseURL(string $origURL)
        {
                return $this->baseURL->remove($origURL);
        }