HomePhorge

D25071

Modernize codebase to features available since PHP 5.5
Summary: This refactor includes these scaring changes: - avoid `id( new A() )->b()` and adopt `( new A() )->b()` - since PHP 5.