Skip to content

Commit 6ab678f

Browse files
committed
Merge pull request #7 from calumbrodie/patch-2
Update src/Ruler/Context.php
2 parents 7e36c8d + b6eb2f6 commit 6ab678f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Ruler/Context.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class Context extends \Pimple
3131
*/
3232
public function __construct(array $values = array())
3333
{
34-
foreach ($values as $key => $val) {
35-
$this[$key] = $val;
36-
}
34+
parent::__construct($values);
3735
}
3836
}

0 commit comments

Comments
 (0)