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

« back to all changes in this revision

Viewing changes to arcanist/src/lint/linter/__tests__/xhpast/creative-brace-use.lint-test

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-08-03 23:28:35 UTC
  • mfrom: (0.39.1) (0.38.1) (0.27.3) (2.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20150803232835-qnomusa964oxnywb
Tags: 0~git20150803-1
* New snapshot release (closes: #789760)
* renamed arcanist bash-completion file (closes: #791632)
* depends on same version for libphutil (closes: #794462)
* added php5-mysqlnd alternative depends (closes: #792136)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
else if ($y) {}
36
36
else {}
37
37
 
 
38
if ($x) {}else{}
 
39
 
38
40
declare(ticks = 1);
39
41
~~~~~~~~~~
40
42
advice:3:14
52
54
warning:32:4
53
55
warning:34:11
54
56
warning:35:16
 
57
warning:38:11
55
58
~~~~~~~~~~
56
59
<?php
57
60
 
77
80
 
78
81
if ($x) {} else if ($y) {} else {}
79
82
 
 
83
if ($x) {} else{}
 
84
 
80
85
declare(ticks = 1);