Skip to content

Commit 5bc9719

Browse files
SidRobertsW0rma
authored andcommitted
Fix use statement
1 parent 7c4f2c0 commit 5bc9719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Util/HttpCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* ```php
1414
* <?php
15-
* use \Codeception\Util\HttpCode;
15+
* use Codeception\Util\HttpCode;
1616
*
1717
* // using REST, PhpBrowser, or any Framework module
1818
* $I->seeResponseCodeIs(HttpCode::OK);

0 commit comments

Comments
 (0)