1
0
Fork 0

Cleanup namespace

This commit is contained in:
Philipp Holzer 2021-10-27 20:06:04 +02:00
commit 7c38647573
Signed by: nupplaPhil
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;
/**