[PR #6441] Verify that the fileLockRegionDirectory passed to the DefaultCacheFactory cannot be empty #9982

Closed
opened 2026-01-22 16:06:03 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6441

State: closed
Merged: Yes


The expression $this->fileLockRegionDirectory of type string|null is loosely compared to false; this is ambiguous if the string can be empty. You might want to explicitly use === null instead.

**Original Pull Request:** https://github.com/doctrine/orm/pull/6441 **State:** closed **Merged:** Yes --- The expression $this->fileLockRegionDirectory of type string|null is loosely compared to false; this is ambiguous if the string can be empty. You might want to explicitly use === null instead.
admin added the pull-request label 2026-01-22 16:06:03 +01:00
admin closed this issue 2026-01-22 16:06:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9982