These format strings use %d instead of %s.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP1b12249b2ca3: Fix some format strings
Eyeball it.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
What's up with those test failures?
src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php | ||
---|---|---|
59–60 ↗ | (On Diff #31335) | not 100% sure this works without pht()? |
src/infrastructure/storage/management/workflow/PhabricatorStorageManagementProbeWorkflow.php | ||
72 ↗ | (On Diff #31335) | This one proably isn't right, since it's sprintf() [not pht()]. |
src/applications/xhprof/controller/PhabricatorXHProfSampleListController.php | ||
---|---|---|
59–60 ↗ | (On Diff #31335) | I figured it would be cast to a string due to the string concatenation... although PhutilNumber doesn't have a __toString method so I don't know how this all works. |