~ubuntu-branches/ubuntu/wily/phabricator/wily-proposed

« back to all changes in this revision

Viewing changes to phabricator/src/infrastructure/env/PhabricatorConfigFileSource.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-05-25 22:45:19 UTC
  • mfrom: (0.29.1) (0.28.1) (0.27.1) (9.1.1 wily)
  • Revision ID: package-import@ubuntu.com-20150525224519-x791swte8e0ndv8c
Tags: 0~git20150525-1
* New snapshot release
* fix update postinst when using nginx (closes: #784221)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
/**
4
4
 * Configuration source which reads from a configuration file on disk (a
5
 
 * PHP file in the conf/ directory). This source
 
5
 * PHP file in the `conf/` directory).
6
6
 */
7
 
final class PhabricatorConfigFileSource
8
 
  extends PhabricatorConfigProxySource {
 
7
final class PhabricatorConfigFileSource extends PhabricatorConfigProxySource {
9
8
 
10
9
  /**
11
10
   * @phutil-external-symbol function phabricator_read_config_file