Skip to content

Commit d31baa3

Browse files
committed
apply cs:fix
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
1 parent 712d41c commit d31baa3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/Validators/BaseValidator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ private function not_empty($value): bool {
109109
return true;
110110
}
111111

112-
if (is_string($value)) {
113-
return strlen(trim($value)) > 0;
114-
}
115-
return !empty($value);
112+
if (is_string($value)) {
113+
return strlen(trim($value)) > 0;
114+
}
115+
return !empty($value);
116116
}
117117

118118
/**

0 commit comments

Comments
 (0)