Steps to reproduce:
- visit this page https://we.phorge.it/readonly/config/
What happens:
```
Call to undefined method PlatformSymbols::getPlatformServerSymbol()
```
What should happen instead:
* Something.
== Considerations ==
1. In Arcanist, it seems the class `PlatformSymbols` from Arcanist never had the method `getPlatformServerSymbol()`, since it was introduced:
```
git log -p -M --follow --stat -- ./src/platform/PlatformSymbols.php
```
{rARCa33aeb3c36c227efa1bceedbcbb58152ec00fc60}
2. It seems the class `Phobject` (that is extended by `PlatformSymbols`) never had the method `getPlatformServerSymbol()`, since it was introduced:
```
git log -p -M --follow --stat -- ./src/object/Phobject.php
```
{rARC9b74cb4ee6412aca411f4698a70eb9b0dadbe13f}