We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700cf84 commit f89edc6Copy full SHA for f89edc6
1 file changed
src/Type/PullRequestTypeSelector.php
@@ -41,7 +41,7 @@ public function getChangeType(ChangeInterface $change) : Type
41
}
42
43
if ($this->_typeSelector) {
44
- return $this->_typeSelector($change);
+ return call_user_func($this->_typeSelector, $change);
45
46
47
return $change->getType();
0 commit comments