Deprecation: #63603 - ExtendedFileUtility::$dontCheckForUnique is deprecated
See forge#63603
Description
The ExtendedFileUtility $dont
flag has been marked as deprecated and replaced by
$file
with the possible options of the \TYPO3\
enumeration.
Impact
Extensions still using Extended
will throw a deprecation warning.
Affected Installations
All installations with extensions that use Extended
.
Migration
Change the $file
to $file
.