Skip to content

Commit

Permalink
Fix type notation on phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Dec 2, 2024
1 parent 027096e commit db765ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging/RpcLogEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class RpcLogEvent
* Passing a string representation of a timestamp calculates the difference between
* these two times and sets the latency field with the result.
*
* @param null|string $startTime (Optional) Parameter to calculate the latency
* @param null|float $startTime (Optional) Parameter to calculate the latency
*/
public function __construct(null|float $startTime = null)
{
Expand Down

0 comments on commit db765ec

Please sign in to comment.