Respect oc coding style guide.
This commit is contained in:
parent
b996c1f43f
commit
fd4f9091fd
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class DecryptAll {
|
|||
try {
|
||||
$progress->setMessage("decrypt files for user $userCount: $path");
|
||||
$progress->advance();
|
||||
if ($file->getData()['encrypted'] == 0) {
|
||||
if ((int)$file->getData()['encrypted'] === 0) {
|
||||
$progress->setMessage("decrypt files for user $userCount: $path (already decrypted)");
|
||||
$progress->advance();
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue