Skip to content

Commit

Permalink
phpstan πŸ§β€β™‚οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
DuoIncure committed Jul 31, 2023
1 parent 91b611a commit 0cc4d7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function canParse(string $testString, CommandSender $sender): bool {
* @param CommandSender $sender
* @return mixed
*/
public function parse(string $argument, CommandSender $sender): string {
public function parse(string $argument, CommandSender $sender): mixed {
return $argument;
}

Expand Down

0 comments on commit 0cc4d7e

Please sign in to comment.