Page MenuHomePhabricator

`pht`ize some strings
ClosedPublic

Authored by joshuaspence on Sep 22 2014, 1:05 PM.
Tags
None
Referenced Files
F18901365: D10536.id25316.diff
Nov 7 2025, 9:55 PM
F18840644: D10536.id25316.diff
Oct 28 2025, 3:02 AM
F18791729: D10536.id25347.diff
Oct 16 2025, 5:17 PM
F18790908: D10536.id25346.diff
Oct 15 2025, 8:30 PM
F18775492: D10536.id.diff
Oct 10 2025, 7:13 PM
F18209668: D10536.id25316.diff
Aug 18 2025, 11:07 PM
F18209667: D10536.id25346.diff
Aug 18 2025, 11:06 PM
Unknown Object (File)
May 19 2025, 3:47 PM
Subscribers

Details

Summary

Self explanatory.

Test Plan

N/A

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.