Skip to content

Commit

Permalink
Remove unnecessary phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Muqsit committed Sep 24, 2022
1 parent a15891f commit 2f21c35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/expression/ConstantRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public static function createDefault() : self{
public function __construct(){
}

/**
* @param string $operator
* @param int|float $value
*/
public function register(string $operator, int|float $value) : void{
$this->registered[$operator] = $value;
}
Expand Down

0 comments on commit 2f21c35

Please sign in to comment.