Implements array notation #111
Annotations
1 warning
src/ArrayObjectTrait.php#L29
Escaped Mutant for Mutator "FunctionCallRemoval":
--- Original
+++ New
@@ @@
*/
public function offsetGet($index)
{
- codecept_debug($index);
+
return $this->get($index);
}
/**
|
This job succeeded
Loading