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

Commit

Permalink
removed all "@return void" in constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPGangsta committed Aug 11, 2012
1 parent 21f1603 commit 7c3bb76
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Expr.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class Expr
* Constructor
*
* @param string $expression the expression to hold.
* @return void
*/
public function __construct($expression)
{
Expand Down
1 change: 0 additions & 1 deletion src/Server/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class Error
* @param string $message
* @param int $code
* @param mixed $data
* @return void
*/
public function __construct($message = null, $code = -32000, $data = null)
{
Expand Down
1 change: 0 additions & 1 deletion src/Server/Request/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Http extends JsonRequest
*
* Pull JSON request from raw POST body and use to populate request.
*
* @return void
*/
public function __construct()
{
Expand Down
1 change: 0 additions & 1 deletion src/Server/Smd/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class Service
* Constructor
*
* @param string|array $spec
* @return void
* @throws Zend\Json\Server\Exception\InvalidArgumentException if no name provided
*/
public function __construct($spec)
Expand Down

0 comments on commit 7c3bb76

Please sign in to comment.