repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 18
[phabricator.git]
/
src
/
infrastructure
/
export
/
field
/
PhabricatorPHIDExportField.php
blob
052c73fbd6752967543b47c488bda4da86fba7f6
1
<
?php
2
3
final class
PhabricatorPHIDExportField
4
extends
PhabricatorExportField
{
5
6
public function
getCharacterWidth
() {
7
return
32
;
8
}
9
10
}