Skip to content

Commit

Permalink
Fixing typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
escopecz committed Feb 21, 2024
1 parent 05b32c6 commit 0369d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ private function getObjectHelper()
}

/**
* @param array<string,string>
* @param array<string,string> $fieldValues
*/
private function getObject(int $mappedId, array $fieldValues): ObjectChangeDAO
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ private function assertManipulator(Lead $lead, string $objectName): void
}

/**
* @param array<string,string>
* @param array<string,string> $fieldValues
*/
private function getObject(int $mappedId, array $fieldValues): ObjectChangeDAO
{
Expand Down

0 comments on commit 0369d44

Please sign in to comment.