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 0c24711 commit d49730cCopy full SHA for d49730c
src/PHPSemVerChecker/Analyzer/FunctionAnalyzer.php
@@ -57,7 +57,6 @@ public function analyze(Registry $registryBefore, Registry $registryAfter)
57
58
// Leave non-strict comparison here
59
if ($functionBefore != $functionAfter) {
60
-
61
$signatureResult = Signature::analyze($functionBefore->getParams(), $functionAfter->getParams());
62
63
$changes = [
0 commit comments