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

« back to all changes in this revision

Viewing changes to arcanist/src/lint/linter/__tests__/xhpast/decl-parens-hug-closing.lint-test

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-01-29 00:15:58 UTC
  • mfrom: (0.14.1) (0.13.1) (0.10.2) (2.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150129001558-7qklhtcc043y9mog
Tags: 0~git20150129-1
* New snapshot release
* restricted access to local config file (closes: #775479)
* moved local config file to /var/lib/phabricator (closes: #775478)
* switched mysql-server dependency to recommends (closes: #773536)
* use /run instead of /var/run (closes: #775803)
* prevent package reinstall from overwritting local changes (closes: #776288)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
final class X {
10
10
 
11
 
  function a($x) {}
12
 
  function b($x ) {}
 
11
  public function a($x) {}
 
12
  public function b($x ) {}
13
13
 
14
14
  final public static function &c($x) {}
15
15
  final public static function &d($x ) {}
26
26
warning:4:14
27
27
warning:7:15
28
28
error:9:13
29
 
warning:12:16
 
29
warning:12:23
30
30
warning:15:37
31
31
warning:18:33
32
32
warning:23:14
42
42
 
43
43
final class X {
44
44
 
45
 
  function a($x) {}
46
 
  function b($x) {}
 
45
  public function a($x) {}
 
46
  public function b($x) {}
47
47
 
48
48
  final public static function &c($x) {}
49
49
  final public static function &d($x) {}