Skip to content

Commit

Permalink
FIX syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Oct 11, 2024
1 parent 5613b9b commit 766afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
$contact = new Contact($db);

$result = $contact->fetch($id);
$contact->oldcopy = clone $contact; // @phan-suppress-currentline PhanTypeMismatchProperty
$contact->oldcopy = clone $contact; // @phan-suppress-current-line PhanTypeMismatchProperty

$result = $contact->delete($user);

Expand Down

0 comments on commit 766afe5

Please sign in to comment.