Page MenuHomePhabricator

`pht`ize some strings
ClosedPublic

Authored by joshuaspence on Sep 22 2014, 1:05 PM.
Tags
None
Referenced Files
F15510870: D10536.id25346.diff
Wed, Apr 16, 9:45 PM
F15509437: D10536.diff
Wed, Apr 16, 12:27 PM
F15473218: D10536.id25316.diff
Sat, Apr 5, 8:27 PM
F15452753: D10536.diff
Sat, Mar 29, 7:04 AM
F15386091: D10536.id25346.diff
Mar 15 2025, 12:02 AM
F15311717: D10536.id25347.diff
Mar 6 2025, 10:24 AM
Unknown Object (File)
Feb 26 2025, 10:07 AM
Unknown Object (File)
Feb 19 2025, 6:05 PM
Subscribers

Details

Summary

Self explanatory.

Test Plan

N/A

Diff Detail

Repository
rARC Arcanist
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2605
Build 2609: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to `pht`ize some strings.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/lint/linter/ArcanistTextLinter.php
163

Prefer new PhutilNumber() (more modern) instead of number_format() (older, obsolete).

This revision is now accepted and ready to land.Sep 24 2014, 9:00 PM
joshuaspence edited edge metadata.

Use PhutilNumber instead of number_format

This revision was automatically updated to reflect the committed changes.