Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Missing return statement in PHPDoc in Zend\Http\PhpEnvironment\Request
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Andreyeu authored and Siarhei Andreyeu committed Mar 24, 2015
1 parent cea51ea commit fb63091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PhpEnvironment/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class Request extends HttpRequest
/**
* Construct
* Instantiates request.
*
* @param bool $allowCustomMethods
*/
public function __construct($allowCustomMethods = true)
{
Expand Down

0 comments on commit fb63091

Please sign in to comment.