Strict test

This commit is contained in:
Dennis Eichhorn 2018-09-23 14:50:47 +02:00
parent 24734f2263
commit ae535e0b14

View File

@ -94,7 +94,7 @@ class UploadFile
{
$result = [];
if (\count($files) == \count($files, COUNT_RECURSIVE)) {
if (\count($files) === \count($files, COUNT_RECURSIVE)) {
$files = [$files];
}