Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/view/PhabricatorSetupIssueView.php
| Show First 20 Lines • Show All 381 Lines • ▼ Show 20 Lines | private function renderPHPConfig(array $configs, $issue) { | ||||
| } | } | ||||
| if ($more_loc) { | if ($more_loc) { | ||||
| $info[] = phutil_tag( | $info[] = phutil_tag( | ||||
| 'p', | 'p', | ||||
| array(), | array(), | ||||
| pht( | pht( | ||||
| 'PHP also loaded these %s configuration file(s):', | 'PHP also loaded these %s configuration file(s):', | ||||
| new PhutilNumber(count($more_loc)))); | phutil_count($more_loc))); | ||||
| $info[] = phutil_tag( | $info[] = phutil_tag( | ||||
| 'pre', | 'pre', | ||||
| array(), | array(), | ||||
| implode("\n", $more_loc)); | implode("\n", $more_loc)); | ||||
| } | } | ||||
| $info[] = phutil_tag( | $info[] = phutil_tag( | ||||
| 'p', | 'p', | ||||
| ▲ Show 20 Lines • Show All 152 Lines • Show Last 20 Lines | |||||