Page MenuHomePhabricator

`pht`ize some strings
ClosedPublic

Authored by joshuaspence on Sep 22 2014, 1:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 20, 12:09 AM
Unknown Object (File)
Wed, Dec 11, 5:13 PM
Unknown Object (File)
Tue, Dec 10, 12:18 AM
Unknown Object (File)
Thu, Dec 5, 7:34 PM
Unknown Object (File)
Wed, Dec 4, 9:51 PM
Unknown Object (File)
Thu, Nov 28, 8:03 PM
Unknown Object (File)
Thu, Nov 28, 8:02 PM
Unknown Object (File)
Thu, Nov 28, 8:02 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.