Skip to content

Commit

Permalink
initalize nullable class member to null.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Feb 13, 2024
1 parent 638ae89 commit 66418e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ilios/MeSH/Model/Descriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Descriptor extends Reference

protected ?string $onlineNote = null;

protected ?string $publicMeshNote;
protected ?string $publicMeshNote = null;

protected array $previousIndexing = [];

Expand Down

0 comments on commit 66418e5

Please sign in to comment.