Skip to content

Commit

Permalink
Fix deprecation (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Mar 8, 2026
1 parent ed3eaf8 commit dc9c9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Model/Table/IdentifierAssignmentsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function assign(
bool $provision=true,
// XXX CFM-76 HistoryRecords don't seem to do anything with actorPersonId yet
// Also need to update StandardController or something for regular requests
int $actorPersonId=null
?int $actorPersonId=null
): array {
$ret = [
'already' => [],
Expand Down

0 comments on commit dc9c9b6

Please sign in to comment.