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 95f7bfc commit 8275fe7Copy full SHA for 8275fe7
src/PHPSemVerChecker/Operation/ClassRemoved.php
@@ -43,7 +43,7 @@ public function getLocation()
43
44
public function getLine()
45
{
46
- $this->classBefore->getLine();
+ return $this->classBefore->getLine();
47
}
48
49
/**
0 commit comments