Skip to content

Commit ab2c895

Browse files
W0rmaSidRoberts
andauthored
Fix use statement (#83)
Co-authored-by: Sid Roberts <[email protected]>
1 parent 7c4f2c0 commit ab2c895

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)