Skip to content

Commit

Permalink
Merge branch '0.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Apr 28, 2021
2 parents e42b1e5 + b4314d4 commit a34eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Definition/Argument.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getRawArguments(): array
*/
public function offsetExists($offset): bool
{
return isset($this->rawArguments[$offset]);
return \array_key_exists($offset, $this->rawArguments);
}

/**
Expand Down

0 comments on commit a34eda8

Please sign in to comment.