Page MenuHomePhabricator

space-around-more-operators.lint-test
No OneTemporary

space-around-more-operators.lint-test

<?php
$a.$b;
$a . $b;
$a. $b;
$a .$b;
$a.
$b;
array($x => $y);
array($x=>$y);
array($x =>$y);
array($x=> $y);
array(
$x => $y,
);
array(
$x =>
$y,
);
array(
$x=>$y,
);
~~~~~~~~~~
warning:3:3
warning:3:5
warning:4:4
warning:5:3
warning:10:9
warning:11:10
warning:12:9
warning:22:5
~~~~~~~~~~
<?php
$a.$b;
$a.$b;
$a.$b;
$a.$b;
$a.
$b;
array($x => $y);
array($x => $y);
array($x => $y);
array($x => $y);
array(
$x => $y,
);
array(
$x =>
$y,
);
array(
$x => $y,
);

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 31, 4:02 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16397507
Default Alt Text
space-around-more-operators.lint-test (485 B)

Event Timeline