single_line_empty_body
Empty body of class or function must be abbreviated as {} and placed on the same line as the previous symbol, separated by a space.
{}
--- Original +++ New <?php function foo( int $x -) -{ -} +) {}