Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 9d42d02

Browse files
committed
isset() to empty()
1 parent 2202134 commit 9d42d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php-FIT-File-Analysis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ private function fix_data($options) {
851851
}
852852

853853
// Return if no option set
854-
if(!isset($options['fix_data'])) {
854+
if(empty($options['fix_data'])) {
855855
return;
856856
}
857857

0 commit comments

Comments
 (0)