Skip to content

Commit b69f942

Browse files
committed
merged with 2.0
2 parents bbfde93 + fc5fdeb commit b69f942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codeception/Module/Sequence.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
class Sequence extends \Codeception\Module
5454
{
5555

56-
static $hash = [];
56+
public static $hash = array();
5757

5858
public function _after(TestCase $t)
5959
{

0 commit comments

Comments
 (0)