Page MenuHomePhabricator

`pht`ize some strings
ClosedPublic

Authored by joshuaspence on Sep 22 2014, 1:05 PM.
Tags
None
Referenced Files
F14036390: D10536.diff
Sun, Nov 10, 10:04 AM
F14034027: D10536.diff
Sat, Nov 9, 9:40 PM
F13990666: D10536.id25316.diff
Tue, Oct 22, 5:21 AM
F13989759: D10536.id25316.diff
Mon, Oct 21, 10:52 PM
F13981483: D10536.id25347.diff
Sat, Oct 19, 4:51 PM
F13981444: D10536.id25347.diff
Sat, Oct 19, 4:35 PM
F13981439: D10536.id.diff
Sat, Oct 19, 4:32 PM
F13981402: D10536.diff
Sat, Oct 19, 4:17 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 2625
Build 2629: [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.