Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3281461
creative-brace-use.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
444 B
Referenced Files
None
Subscribers
None
creative-brace-use.lint-test
View Options
<?php
function f() {
}
function g()
{
}
if (1)
{}
foreach (x() as $y)
{}
while (1)
{}
switch (1)
{}
try
{}
catch (Exception $x)
{}
function h(){}
~~~~~~~~~~
warning:7:13
warning:12:7
warning:15:20
warning:18:10
warning:21:11
warning:24:4
warning:26:21
warning:29:13
~~~~~~~~~~
<?php
function f() {
}
function g() {
}
if (1) {}
foreach (x() as $y) {}
while (1) {}
switch (1) {}
try {}
catch (Exception $x) {}
function h() {}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Mar 23, 22:30 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1233982
Default Alt Text
creative-brace-use.lint-test (444 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment