Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafageist committed Feb 3, 2024
1 parent dc7658d commit f2f19f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ public function existsCell(mixed $row, mixed $column): bool
{
// IMPORTANT: dont use isset because it returns false for null values
// and dont use existsColumn and existsRow because they are not as fast as this
// and maybe the cell exists and the row or column does not exist
// and maybe the cell exists and the row or column does not

if ($this->existsRow($row))
{
Expand Down

0 comments on commit f2f19f5

Please sign in to comment.