Skip to content

Commit

Permalink
fix: Missing typing in method arguments
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Lauger <[email protected]>
  • Loading branch information
stephanschuler and paxuclus authored Oct 25, 2024
1 parent 0d7eb5c commit 6c8c3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Integration/NetlogixIntegration.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private static function isInApp(string $path): bool
return true;
}

private static function scrubVariablesFromFrame($traceFunction, $frameVariables): array
private static function scrubVariablesFromFrame(string $traceFunction, array $frameVariables): array
{
if (!$frameVariables) {
return $frameVariables;
Expand Down

0 comments on commit 6c8c3ef

Please sign in to comment.