Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2023-01-02 02:25:41 +01:00 committed by Philipp
parent 5ff1d431aa
commit ae1533e312
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 6 additions and 11 deletions

View file

@ -32,9 +32,7 @@ use Friendica\Core\Config\ValueObject\Cache;
*/
class Config implements IManageConfigValues
{
/**
* @var Cache
*/
/** @var Cache */
protected $configCache;
/** @var ConfigFileManager */