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

« back to all changes in this revision

Viewing changes to phabricator/src/infrastructure/storage/patch/PhabricatorSQLPatchList.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-06-13 10:52:10 UTC
  • mfrom: (0.30.1) (0.29.1) (0.17.4) (2.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20150613105210-5uirr7tvnk0n6e6y
Tags: 0~git20150613-1
* New snapshot release (closes: #787805)
* fixed typo in logrotate script (closes: #787645)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
abstract class PhabricatorSQLPatchList {
4
4
 
5
 
  public abstract function getNamespace();
6
 
  public abstract function getPatches();
 
5
  abstract public function getNamespace();
 
6
  abstract public function getPatches();
7
7
 
8
8
  /**
9
9
   * Examine a directory for `.php` and `.sql` files and build patch