Skip to content

Commit fc5fdeb

Browse files
committed
codefixes applied according to scrutinizer
1 parent e4405ca commit fc5fdeb

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
@@ -51,7 +51,7 @@
5151
*/
5252
class Sequence extends \Codeception\Module {
5353

54-
static $hash = array();
54+
public static $hash = array();
5555

5656
public function _after(TestCase $t)
5757
{

0 commit comments

Comments
 (0)