Use isset() when checking table property value #52

Merged
vlw merged 1 commit from refs/pull/52/head into master 2025-08-30 09:49:16 +02:00
vlw commented 2025-08-30 09:48:51 +02:00 (Migrated from codeberg.org)

We can't access the $this->table property before initialization, so let's use isset() to check if the property has a value.

We can't access the `$this->table` property before initialization, so let's use `isset()` to check if the property has a value.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/php-mysql!52
No description provided.