Details
Details
- Reviewers
amckinley - Maniphest Tasks
- T13217: Upgrading: Hardening of qsprintf()
- Commits
- rP98690ee326ce: Update many Phabricator queries for new %Q query semantics
Browsed around a bunch, saw fewer warnings and no obvious behavioral errors. The transformations here are generally mechanical (although I did them by hand).
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/calendar/query/PhabricatorCalendarEventQuery.php | ||
---|---|---|
512–514 | This method has no effect: this is the default behavior of the parent method, so removing it does not change program behavior. (It otherwise needed a signature change, so I just nuked it instead.) |
src/infrastructure/query/PhabricatorOffsetPagedQuery.php | ||
---|---|---|
38 | Yep, exactly. |