We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3336225 + a69fd53 commit ca6e01dCopy full SHA for ca6e01d
1 file changed
lib/Event/FTSEvent.php
@@ -42,7 +42,7 @@ public function __construct($subject, $arguments = []) {
42
}
43
44
public function getArgument($key) {
45
- if ($this->hasArgument($key)) {
+ if (isset($this->arguments[$key])) {
46
return $this->arguments[$key];
47
48
0 commit comments