We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb88d1b commit 976f7adCopy full SHA for 976f7ad
1 file changed
src/Kernel/Structures/_LineNumberTable.php
@@ -19,20 +19,11 @@ public function execute(): void
19
$this->lineNumber = $this->readUnsignedShort();
20
}
21
22
- public function setStartPc($startPc)
23
- {
24
- $this->startPc = $startPc;
25
- return $this;
26
- }
27
- public function setLineNumber($lineNumber)
28
29
- $this->lineNumber = $lineNumber;
30
31
32
public function getStartPc()
33
{
34
return $this->startPc;
35
+
36
public function getLineNumber()
37
38
return $this->lineNumber;
0 commit comments