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
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Translator/Plural/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class Parser
/**
* Create a new plural parser.
*
* @return void
*/
public function __construct()
{
Expand Down
1 change: 0 additions & 1 deletion src/Translator/Plural/Symbol.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ class Symbol
* @param Parser $parser
* @param string $id
* @param integer $leftBindingPower
* @return void
*/
public function __construct(Parser $parser, $id, $leftBindingPower)
{
Expand Down

0 comments on commit aa57612

Please sign in to comment.