Add feedback :)

This commit is contained in:
Philipp Holzer 2021-11-20 13:26:01 +01:00
parent b5d2d32b44
commit 238613fd01
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
2 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@ use Detection\MobileDetect;
use Friendica\Core\Config\ValueObject\Cache;
use Friendica\Database\Database;
use Friendica\Util\BasePath;
use phpDocumentor\Reflection\Types\Static_;
/**
* Mode of the current Friendica Node

View File

@ -91,7 +91,7 @@ class Router
/** @var ICanLock */
private $lock;
/** @var Arguments */
/** @var Arguments */
private $args;
/** @var IManageConfigValues */
@ -253,7 +253,6 @@ class Router
$dispatcher = new Dispatcher\GroupCountBased($this->getCachedDispatchData());
$moduleClass = null;
$this->parameters = [];
$routeInfo = $dispatcher->dispatch($this->httpMethod, $cmd);