Skip to content

Commit

Permalink
fix: initialize class member
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed May 1, 2024
1 parent 419d2ec commit 2989927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/Attachment/AttachmentAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract class AttachmentAbstract
*
* @var int
*/
protected int $id;
protected int $id = 0;

/**
* The key to encrypt with.
Expand Down

0 comments on commit 2989927

Please sign in to comment.