Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F21401489
empty-block-statement.lint-test
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
258 B
Referenced Files
None
Subscribers
None
empty-block-statement.lint-test
View Options
<?php
function w() {}
function x() {
// This is deliberately empty.
}
function y() { }
function z() {
}
~~~~~~~~~~
advice:6:14
advice:7:14
~~~~~~~~~~
<?php
function w() {}
function x() {
// This is deliberately empty.
}
function y() {}
function z() {}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 31, 3:27 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16380860
Default Alt Text
empty-block-statement.lint-test (258 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment