Skip to content

Commit

Permalink
Fix php 8.4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 9, 2024
1 parent 940917e commit 823fc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HiddenString.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function get(?bool $copy = null): string
if ($copy === null) {
$copy = $this->copy;
}

if ($copy) {
return CryptHelper::strcpy($this->value);
}
Expand Down

0 comments on commit 823fc76

Please sign in to comment.