Skip to content

Commit e4405ca

Browse files
committed
documentation regenerated
1 parent 31842e8 commit e4405ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Codeception/Util/sq.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
use \Codeception\Module\Sequence;
33

4+
if (!function_exists('sq')) {
45
function sq($id = null)
56
{
67
if ($id and isset(Sequence::$hash[$id])) {
@@ -11,4 +12,6 @@ function sq($id = null)
1112
Sequence::$hash[$id] = $sequence;
1213
}
1314
return $sequence;
15+
}
16+
1417
}

0 commit comments

Comments
 (0)