chore: fix formatting

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/55283/head
Josh 7 months ago committed by GitHub
parent 5131897997
commit f5039750b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      apps/workflowengine/lib/Check/FileSize.php

@ -81,12 +81,12 @@ class FileSize implements ICheck {
}
if ($size !== '' && is_numeric($size)) {
$this->size = Util::numericToNumber($size);
$this->size = Util::numericToNumber($size);
} else {
// No valid size header found
$this->size = false;
}
return $this->size;
}

Loading…
Cancel
Save