Page MenuHomePhorge

Add explicit cast to ArcanistUnitConsoleRenderer unit test
AcceptedPublic

Authored by aklapper on Thu, Dec 19, 10:36.

Details

Reviewers
valerio.bozzolan
Group Reviewers
O1: Blessed Committers
Summary

D25848 was incomplete. $seconds itself is not an int but a float.
Thus explicitly also cast $seconds to int to avoid an error in PHP 8.1 and later.

Test Plan

Run bin/arc unit --everything

Diff Detail

Repository
rARC Arcanist
Branch
D25848add (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1665
Build 1665: arc lint + arc unit