Skip to content

Commit b62f4f1

Browse files
Update REST.php
See #21 (comment) I hope the syntax (markdown) for links is correct.
1 parent 308d1b7 commit b62f4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Codeception/Module/REST.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ public function haveHttpHeader($name, $value)
188188
}
189189

190190
/**
191-
* Deletes a HTTP header, so that subsequent requests will not send it anymore.
191+
* Deletes a HTTP header (that was originally added by [haveHttpHeader()](#haveHttpHeader)),
192+
* so that subsequent requests will not send it anymore.
192193
*
193194
* Example:
194195
* ```php

0 commit comments

Comments
 (0)