Skip to content
Snippets Groups Projects
Commit d8bb1cd5 authored by Sascha Egerer's avatar Sascha Egerer Committed by Christian Kuhn
Browse files

[CLEANUP] Initialize variable in EXT:filelist

Resolves: #79866
Releases: master
Change-Id: Iffb59947ae8a2790736352c473637ac184796b36
Reviewed-on: https://review.typo3.org/51726


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent c524bd88
Branches
Tags
No related merge requests found
......@@ -43,6 +43,11 @@ class FileFacade
*/
protected $resource;
/**
* @var \TYPO3\CMS\Core\Imaging\IconFactory
*/
protected $iconFactory;
/**
* @param \TYPO3\CMS\Core\Resource\FileInterface $resource
* @internal Do not use outside of EXT:filelist!
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment