Skip to content

Commit 8d3d0bb

Browse files
committed
Put opening brace on the same line as the method
1 parent d9e3877 commit 8d3d0bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Node/Statement/HaltCompilerStatement.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ class HaltCompilerStatement extends Expression {
3737
/**
3838
* @return int
3939
*/
40-
public function getHaltCompilerOffset()
41-
{
40+
public function getHaltCompilerOffset() {
4241
// This accounts for the fact that PHP close tags may include a single newline,
4342
// and that $this->data may be null.
4443
return $this->semicolonOrCloseTag->getEndPosition();

0 commit comments

Comments
 (0)