Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3282801
array-comma.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
303 B
Referenced Files
None
Subscribers
None
array-comma.lint-test
View Options
<?php
array(1, 2, 3);
array(1, 2, 3,);
array(
1,
2,
3,
);
array(
1,
2,
3
);
array(
'foo',
array('foo')
);
~~~~~~~~~~
advice:3:14
advice:12:3
advice:16:3
~~~~~~~~~~
<?php
array(1, 2, 3);
array(1, 2, 3);
array(
1,
2,
3,
);
array(
1,
2,
3,
);
array(
'foo',
array('foo'),
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mar 24 2025, 11:11 (7 w, 11 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1144198
Default Alt Text
array-comma.lint-test (303 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment