Skip to content

Commit

Permalink
Removed spaces in empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
xolf authored Dec 11, 2023
1 parent d77374e commit 3189022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/php/src/Metrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function track(Request $request, Response &$response): void
// for the user.
return;
}

/** @psalm-suppress PossiblyInvalidArgument */
$ex = new MetricsException(str_replace($json->_message, $json->name, $json->message));
$ex->setErrors((array)$json->errors);
Expand Down

0 comments on commit 3189022

Please sign in to comment.