Page MenuHomePhabricator

empty-block-statement.lint-test
No OneTemporary

empty-block-statement.lint-test

<?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

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)

Event Timeline