Skip to content

Commit b4314d4

Browse files
authored
Merge pull request #832 from overblog/murtukov-patch-3
Update Argument.php
2 parents 9c40946 + 7b92be6 commit b4314d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Definition/Argument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getRawArguments(): array
4848

4949
public function offsetExists($offset)
5050
{
51-
return isset($this->rawArguments[$offset]);
51+
return \array_key_exists($offset, $this->rawArguments);
5252
}
5353

5454
public function offsetGet($offset)

0 commit comments

Comments
 (0)