We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a2549d + adb117e commit e026435Copy full SHA for e026435
lib/phake/Application.php
@@ -63,7 +63,7 @@ public function offsetExists($k) {
63
}
64
65
public function offsetGet($k) {
66
- return $this->args[$k];
+ return isset($this->args[$k]) ? $this->args[$k] : null;
67
68
69
public function offsetSet($k, $v) {
0 commit comments