We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e3877 commit 8d3d0bbCopy full SHA for 8d3d0bb
src/Node/Statement/HaltCompilerStatement.php
@@ -37,8 +37,7 @@ class HaltCompilerStatement extends Expression {
37
/**
38
* @return int
39
*/
40
- public function getHaltCompilerOffset()
41
- {
+ public function getHaltCompilerOffset() {
42
// This accounts for the fact that PHP close tags may include a single newline,
43
// and that $this->data may be null.
44
return $this->semicolonOrCloseTag->getEndPosition();
0 commit comments