Skip to content

Commit

Permalink
Missing Return in DataValidationExists
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Nov 24, 2024
1 parent 1fe51bf commit 44651e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PhpSpreadsheet/Worksheet/Worksheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -3316,6 +3316,8 @@ public function dataValidationExists(string $coordinate): bool
}
}
}

return false;
}

/**
Expand Down

0 comments on commit 44651e0

Please sign in to comment.