Skip to content

Optimize condition check tl_files.php in FileinfoBundle

Arne Borchert requested to merge dev into master

The condition to check the existence of 'copyright' field in 'tl_files.php' of the FileinfoBundle has been optimized. Previously utilizing an 'is_array' function, it's been replaced with 'isset' for better performance. This change improves runtime efficiency and overall code optimization.

Merge request reports