Cleanup namespace

This commit is contained in:
Philipp 2021-10-27 20:06:04 +02:00
parent d34497e69b
commit 7c38647573
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ class Storage extends \Asika\SimpleConsole\Console
{
protected $helpOptions = ['h', 'help', '?'];
/** @var \Friendica\Core\Storage\Repository\StorageManager */
/** @var StorageManager */
private $storageManager;
/**