Skip to content

Commit 44651e0

Browse files
committed
Missing Return in DataValidationExists
1 parent 1fe51bf commit 44651e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PhpSpreadsheet/Worksheet/Worksheet.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,6 +3316,8 @@ public function dataValidationExists(string $coordinate): bool
33163316
}
33173317
}
33183318
}
3319+
3320+
return false;
33193321
}
33203322

33213323
/**

0 commit comments

Comments
 (0)