Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 4, 2016
1 parent 9881530 commit 56fb4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Request.php
Expand Up @@ -963,7 +963,7 @@ public function header($name)
* Get the HTTP method used for this request.
*
* @return string The name of the HTTP method used.
* @deprected 3.4.0 This method will be removed in 4.0.0. Use getMethod() instead.
* @deprecated 3.4.0 This method will be removed in 4.0.0. Use getMethod() instead.
*/
public function method()
{
Expand Down

0 comments on commit 56fb4ad

Please sign in to comment.